Class: EBay::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.



25247
25248
25249
25250
# File 'lib/eBay.rb', line 25247

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25241
25242
25243
# File 'lib/eBay.rb', line 25241

def __xmlele_any
  @__xmlele_any
end

#itemIDObject

Returns the value of attribute itemID.



25240
25241
25242
# File 'lib/eBay.rb', line 25240

def itemID
  @itemID
end

Instance Method Details

#set_any(elements) ⇒ Object



25243
25244
25245
# File 'lib/eBay.rb', line 25243

def set_any(elements)
  @__xmlele_any = elements
end