Class: FedexWebServices::Soap::Ship::TaxpayerIdentification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::TaxpayerIdentification
- 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
-
#number ⇒ Object
Returns the value of attribute number.
-
#tinType ⇒ Object
Returns the value of attribute tinType.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Method Summary collapse
-
#initialize(tinType = nil, number = nil, usage = nil) ⇒ TaxpayerIdentification
constructor
A new instance of TaxpayerIdentification.
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
#number ⇒ Object
Returns the value of attribute number.
3420 3421 3422 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3420 def number @number end |
#tinType ⇒ Object
Returns the value of attribute tinType.
3419 3420 3421 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3419 def tinType @tinType end |
#usage ⇒ Object
Returns the value of attribute usage.
3421 3422 3423 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3421 def usage @usage end |