Class: FedexWebServices::Soap::Ship::Payor

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

#responsiblePartyObject

Returns the value of attribute responsibleParty.



2266
2267
2268
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2266

def responsibleParty
  @responsibleParty
end