Class: FedexWebServices::Soap::Ship::GeneralAgencyAgreementDetail

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#formatObject

Returns the value of attribute format.



1677
1678
1679
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1677

def format
  @format
end