Class: EBay::CategoryItemSpecificsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCategoryItemSpecificsType

categoryID - SOAP::SOAPString
itemSpecifics - EBay::NameValueListArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(categoryID = nil, itemSpecifics = nil) ⇒ CategoryItemSpecificsType

Returns a new instance of CategoryItemSpecificsType.



22287
22288
22289
22290
22291
# File 'lib/eBay.rb', line 22287

def initialize(categoryID = nil, itemSpecifics = nil)
  @categoryID = categoryID
  @itemSpecifics = itemSpecifics
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22281
22282
22283
# File 'lib/eBay.rb', line 22281

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



22279
22280
22281
# File 'lib/eBay.rb', line 22279

def categoryID
  @categoryID
end

#itemSpecificsObject

Returns the value of attribute itemSpecifics.



22280
22281
22282
# File 'lib/eBay.rb', line 22280

def itemSpecifics
  @itemSpecifics
end

Instance Method Details

#set_any(elements) ⇒ Object



22283
22284
22285
# File 'lib/eBay.rb', line 22283

def set_any(elements)
  @__xmlele_any = elements
end