Class: EBay::CategoryItemSpecificsType
- Inherits:
-
Object
- Object
- EBay::CategoryItemSpecificsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCategoryItemSpecificsType
categoryID - SOAP::SOAPString
itemSpecifics - EBay::NameValueListArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#itemSpecifics ⇒ Object
Returns the value of attribute itemSpecifics.
Instance Method Summary collapse
-
#initialize(categoryID = nil, itemSpecifics = nil) ⇒ CategoryItemSpecificsType
constructor
A new instance of CategoryItemSpecificsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22281 22282 22283 |
# File 'lib/eBay.rb', line 22281 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
22279 22280 22281 |
# File 'lib/eBay.rb', line 22279 def categoryID @categoryID end |
#itemSpecifics ⇒ Object
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 |