Class: FedexWebServices::Soap::Ship::GeneralAgencyAgreementDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::GeneralAgencyAgreementDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12GeneralAgencyAgreementDetail
format - FedexWebServices::Soap::Ship::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.
1679 1680 1681 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1679 def initialize(format = nil) @format = format end |
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
1677 1678 1679 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1677 def format @format end |