Class: FedexWebServices::Soap::Rate::Payor
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::Payor
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13Payor
responsibleParty - FedexWebServices::Soap::Rate::Party
Instance Attribute Summary collapse
-
#responsibleParty ⇒ Object
Returns the value of attribute responsibleParty.
Instance Method Summary collapse
-
#initialize(responsibleParty = nil) ⇒ Payor
constructor
A new instance of Payor.
Constructor Details
#initialize(responsibleParty = nil) ⇒ Payor
Returns a new instance of Payor.
1912 1913 1914 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1912 def initialize(responsibleParty = nil) @responsibleParty = responsibleParty end |
Instance Attribute Details
#responsibleParty ⇒ Object
Returns the value of attribute responsibleParty.
1910 1911 1912 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1910 def responsibleParty @responsibleParty end |