Class: FedexWebServices::Soap::Rate::TaxpayerIdentification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::TaxpayerIdentification
- 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
-
#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.
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
#number ⇒ Object
Returns the value of attribute number.
2926 2927 2928 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2926 def number @number end |
#tinType ⇒ Object
Returns the value of attribute tinType.
2925 2926 2927 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2925 def tinType @tinType end |
#usage ⇒ Object
Returns the value of attribute usage.
2927 2928 2929 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2927 def usage @usage end |