Class: FedexWebServices::Soap::Ship::Payor
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::Payor
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12Payor
responsibleParty - FedexWebServices::Soap::Ship::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.
2268 2269 2270 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2268 def initialize(responsibleParty = nil) @responsibleParty = responsibleParty end |
Instance Attribute Details
#responsibleParty ⇒ Object
Returns the value of attribute responsibleParty.
2266 2267 2268 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2266 def responsibleParty @responsibleParty end |