Class: FedexWebServices::Soap::Rate::Party

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(accountNumber = nil, tins = [], contact = nil, address = nil) ⇒ Party

Returns a new instance of Party.



1886
1887
1888
1889
1890
1891
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1886

def initialize(accountNumber = nil, tins = [], contact = nil, address = nil)
  @accountNumber = accountNumber
  @tins = tins
  @contact = contact
  @address = address
end

Instance Attribute Details

#accountNumberObject

Returns the value of attribute accountNumber.



1881
1882
1883
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1881

def accountNumber
  @accountNumber
end

#addressObject

Returns the value of attribute address.



1884
1885
1886
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1884

def address
  @address
end

#contactObject

Returns the value of attribute contact.



1883
1884
1885
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1883

def contact
  @contact
end

#tinsObject

Returns the value of attribute tins.



1882
1883
1884
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1882

def tins
  @tins
end