Class: ItemIDArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemIDArrayType

itemID - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemID = []) ⇒ ItemIDArrayType

Returns a new instance of ItemIDArrayType.



19981
19982
19983
19984
# File 'lib/eBay.rb', line 19981

def initialize(itemID = [])
  @itemID = itemID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19975
19976
19977
# File 'lib/eBay.rb', line 19975

def __xmlele_any
  @__xmlele_any
end

#itemIDObject

Returns the value of attribute itemID.



19974
19975
19976
# File 'lib/eBay.rb', line 19974

def itemID
  @itemID
end

Instance Method Details

#set_any(elements) ⇒ Object



19977
19978
19979
# File 'lib/eBay.rb', line 19977

def set_any(elements)
  @__xmlele_any = elements
end