Class: FedexWebServices::Soap::Rate::GeneralAgencyAgreementDetail

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(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

#formatObject

Returns the value of attribute format.



1376
1377
1378
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1376

def format
  @format
end