Class: FedexWebServices::Soap::Ship::TaxpayerIdentification

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

Overview

http://fedex.com/ws/ship/v12TaxpayerIdentification

tinType - FedexWebServices::Soap::Ship::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.



3423
3424
3425
3426
3427
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3423

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.



3420
3421
3422
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3420

def number
  @number
end

#tinTypeObject

Returns the value of attribute tinType.



3419
3420
3421
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3419

def tinType
  @tinType
end

#usageObject

Returns the value of attribute usage.



3421
3422
3423
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3421

def usage
  @usage
end