Class: EBay::TaxIdentifierType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsTaxIdentifierType

type - EBay::ValueTypeCodeType
iD - SOAP::SOAPString
attribute - EBay::TaxIdentifierAttributeType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34278
34279
34280
# File 'lib/eBay.rb', line 34278

def __xmlele_any
  @__xmlele_any
end

#attributeObject

Returns the value of attribute attribute.



34277
34278
34279
# File 'lib/eBay.rb', line 34277

def attribute
  @attribute
end

#iDObject

Returns the value of attribute iD.



34276
34277
34278
# File 'lib/eBay.rb', line 34276

def iD
  @iD
end

#typeObject

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