Class: FedexWebServices::Soap::Rate::GeneralAgencyAgreementDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::GeneralAgencyAgreementDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13GeneralAgencyAgreementDetail
format - FedexWebServices::Soap::Rate::ShippingDocumentFormat
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
Instance Method Summary collapse
-
#initialize(format = nil) ⇒ GeneralAgencyAgreementDetail
constructor
A new instance of GeneralAgencyAgreementDetail.
Constructor Details
#initialize(format = nil) ⇒ GeneralAgencyAgreementDetail
Returns a new instance of GeneralAgencyAgreementDetail.
1378 1379 1380 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1378 def initialize(format = nil) @format = format end |
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
1376 1377 1378 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1376 def format @format end |