Class: FedexWebServices::Soap::Rate::RateReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::RateReply
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13RateReply
highestSeverity - FedexWebServices::Soap::Rate::NotificationSeverityType
notifications - FedexWebServices::Soap::Rate::Notification
transactionDetail - FedexWebServices::Soap::Rate::TransactionDetail
version - FedexWebServices::Soap::Rate::VersionId
rateReplyDetails - FedexWebServices::Soap::Rate::RateReplyDetail
Instance Attribute Summary collapse
-
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
-
#notifications ⇒ Object
Returns the value of attribute notifications.
-
#rateReplyDetails ⇒ Object
Returns the value of attribute rateReplyDetails.
-
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, rateReplyDetails = []) ⇒ RateReply
constructor
A new instance of RateReply.
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
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
2048 2049 2050 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2048 def highestSeverity @highestSeverity end |
#notifications ⇒ Object
Returns the value of attribute notifications.
2049 2050 2051 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2049 def notifications @notifications end |
#rateReplyDetails ⇒ Object
Returns the value of attribute rateReplyDetails.
2052 2053 2054 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2052 def rateReplyDetails @rateReplyDetails end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
2050 2051 2052 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2050 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
2051 2052 2053 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2051 def version @version end |