Class: EBay::StoreCustomCategoryType
- Inherits:
-
Object
- Object
- EBay::StoreCustomCategoryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreCustomCategoryType
categoryID - SOAP::SOAPLong
name - SOAP::SOAPString
order - SOAP::SOAPInt
childCategory - EBay::StoreCustomCategoryType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#childCategory ⇒ Object
Returns the value of attribute childCategory.
-
#name ⇒ Object
Returns the value of attribute name.
-
#order ⇒ Object
Returns the value of attribute order.
Instance Method Summary collapse
-
#initialize(categoryID = nil, name = nil, order = nil, childCategory = []) ⇒ StoreCustomCategoryType
constructor
A new instance of StoreCustomCategoryType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(categoryID = nil, name = nil, order = nil, childCategory = []) ⇒ StoreCustomCategoryType
Returns a new instance of StoreCustomCategoryType.
33645 33646 33647 33648 33649 33650 33651 |
# File 'lib/eBay.rb', line 33645 def initialize(categoryID = nil, name = nil, order = nil, childCategory = []) @categoryID = categoryID @name = name @order = order @childCategory = childCategory @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33639 33640 33641 |
# File 'lib/eBay.rb', line 33639 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
33635 33636 33637 |
# File 'lib/eBay.rb', line 33635 def categoryID @categoryID end |
#childCategory ⇒ Object
Returns the value of attribute childCategory.
33638 33639 33640 |
# File 'lib/eBay.rb', line 33638 def childCategory @childCategory end |
#name ⇒ Object
Returns the value of attribute name.
33636 33637 33638 |
# File 'lib/eBay.rb', line 33636 def name @name end |
#order ⇒ Object
Returns the value of attribute order.
33637 33638 33639 |
# File 'lib/eBay.rb', line 33637 def order @order end |
Instance Method Details
#set_any(elements) ⇒ Object
33641 33642 33643 |
# File 'lib/eBay.rb', line 33641 def set_any(elements) @__xmlele_any = elements end |