Class: EBay::TaxIdentifierType
- Inherits:
-
Object
- Object
- EBay::TaxIdentifierType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsTaxIdentifierType
type - EBay::ValueTypeCodeType
iD - SOAP::SOAPString
attribute - EBay::TaxIdentifierAttributeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, iD = nil, attribute = []) ⇒ TaxIdentifierType
constructor
A new instance of TaxIdentifierType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(type = nil, iD = nil, attribute = []) ⇒ TaxIdentifierType
Returns a new instance of TaxIdentifierType.
34284 34285 34286 34287 34288 34289 |
# File 'lib/eBay.rb', line 34284 def initialize(type = nil, iD = nil, attribute = []) @type = type @iD = iD @attribute = attribute @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34278 34279 34280 |
# File 'lib/eBay.rb', line 34278 def __xmlele_any @__xmlele_any end |
#attribute ⇒ Object
Returns the value of attribute attribute.
34277 34278 34279 |
# File 'lib/eBay.rb', line 34277 def attribute @attribute end |
#iD ⇒ Object
Returns the value of attribute iD.
34276 34277 34278 |
# File 'lib/eBay.rb', line 34276 def iD @iD end |
#type ⇒ Object
Returns the value of attribute type.
34275 34276 34277 |
# File 'lib/eBay.rb', line 34275 def type @type end |
Instance Method Details
#set_any(elements) ⇒ Object
34280 34281 34282 |
# File 'lib/eBay.rb', line 34280 def set_any(elements) @__xmlele_any = elements end |