Class: EBay::SellingManagerProductSpecificsType
- Inherits:
-
Object
- Object
- EBay::SellingManagerProductSpecificsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerProductSpecificsType
primaryCategoryID - SOAP::SOAPString
variations - EBay::VariationsType
itemSpecifics - EBay::NameValueListArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#itemSpecifics ⇒ Object
Returns the value of attribute itemSpecifics.
-
#primaryCategoryID ⇒ Object
Returns the value of attribute primaryCategoryID.
-
#variations ⇒ Object
Returns the value of attribute variations.
Instance Method Summary collapse
-
#initialize(primaryCategoryID = nil, variations = nil, itemSpecifics = nil) ⇒ SellingManagerProductSpecificsType
constructor
A new instance of SellingManagerProductSpecificsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(primaryCategoryID = nil, variations = nil, itemSpecifics = nil) ⇒ SellingManagerProductSpecificsType
Returns a new instance of SellingManagerProductSpecificsType.
31897 31898 31899 31900 31901 31902 |
# File 'lib/eBay.rb', line 31897 def initialize(primaryCategoryID = nil, variations = nil, itemSpecifics = nil) @primaryCategoryID = primaryCategoryID @variations = variations @itemSpecifics = itemSpecifics @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31891 31892 31893 |
# File 'lib/eBay.rb', line 31891 def __xmlele_any @__xmlele_any end |
#itemSpecifics ⇒ Object
Returns the value of attribute itemSpecifics.
31890 31891 31892 |
# File 'lib/eBay.rb', line 31890 def itemSpecifics @itemSpecifics end |
#primaryCategoryID ⇒ Object
Returns the value of attribute primaryCategoryID.
31888 31889 31890 |
# File 'lib/eBay.rb', line 31888 def primaryCategoryID @primaryCategoryID end |
#variations ⇒ Object
Returns the value of attribute variations.
31889 31890 31891 |
# File 'lib/eBay.rb', line 31889 def variations @variations end |
Instance Method Details
#set_any(elements) ⇒ Object
31893 31894 31895 |
# File 'lib/eBay.rb', line 31893 def set_any(elements) @__xmlele_any = elements end |