Class: CategoryItemSpecificsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCategoryItemSpecificsType

categoryID - SOAP::SOAPString
updated - SOAP::SOAPBoolean
itemSpecifics - NameValueListArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CategoryItemSpecificsType.



17808
17809
17810
17811
17812
17813
# File 'lib/eBay.rb', line 17808

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17802
17803
17804
# File 'lib/eBay.rb', line 17802

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



17799
17800
17801
# File 'lib/eBay.rb', line 17799

def categoryID
  @categoryID
end

#itemSpecificsObject

Returns the value of attribute itemSpecifics.



17801
17802
17803
# File 'lib/eBay.rb', line 17801

def itemSpecifics
  @itemSpecifics
end

#updatedObject

Returns the value of attribute updated.



17800
17801
17802
# File 'lib/eBay.rb', line 17800

def updated
  @updated
end

Instance Method Details

#set_any(elements) ⇒ Object



17804
17805
17806
# File 'lib/eBay.rb', line 17804

def set_any(elements)
  @__xmlele_any = elements
end