Class: FedexWebServices::Soap::Rate::TaxpayerIdentification

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

http://fedex.com/ws/rate/v13TaxpayerIdentification

tinType - FedexWebServices::Soap::Rate::TinType
number - SOAP::SOAPString
usage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tinType = nil, number = nil, usage = nil) ⇒ TaxpayerIdentification

Returns a new instance of TaxpayerIdentification.



2929
2930
2931
2932
2933
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2929

def initialize(tinType = nil, number = nil, usage = nil)
  @tinType = tinType
  @number = number
  @usage = usage
end

Instance Attribute Details

#numberObject

Returns the value of attribute number.



2926
2927
2928
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2926

def number
  @number
end

#tinTypeObject

Returns the value of attribute tinType.



2925
2926
2927
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2925

def tinType
  @tinType
end

#usageObject

Returns the value of attribute usage.



2927
2928
2929
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2927

def usage
  @usage
end