Class: FedexWebServices::Soap::Rate::RateReply

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, rateReplyDetails = []) ⇒ RateReply

Returns a new instance of RateReply.



2054
2055
2056
2057
2058
2059
2060
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2054

def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, rateReplyDetails = [])
  @highestSeverity = highestSeverity
  @notifications = notifications
  @transactionDetail = transactionDetail
  @version = version
  @rateReplyDetails = rateReplyDetails
end

Instance Attribute Details

#highestSeverityObject

Returns the value of attribute highestSeverity.



2048
2049
2050
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2048

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



2049
2050
2051
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2049

def notifications
  @notifications
end

#rateReplyDetailsObject

Returns the value of attribute rateReplyDetails.



2052
2053
2054
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2052

def rateReplyDetails
  @rateReplyDetails
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



2050
2051
2052
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2050

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



2051
2052
2053
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2051

def version
  @version
end