Class: FedexWebServices::Soap::Rate::Payor

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

#responsiblePartyObject

Returns the value of attribute responsibleParty.



1910
1911
1912
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1910

def responsibleParty
  @responsibleParty
end