Class: EBay::ThemeGroupType
- Inherits:
-
Object
- Object
- EBay::ThemeGroupType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsThemeGroupType
groupID - SOAP::SOAPInt
groupName - SOAP::SOAPString
themeID - SOAP::SOAPInt
themeTotal - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#groupID ⇒ Object
Returns the value of attribute groupID.
-
#groupName ⇒ Object
Returns the value of attribute groupName.
-
#themeID ⇒ Object
Returns the value of attribute themeID.
-
#themeTotal ⇒ Object
Returns the value of attribute themeTotal.
Instance Method Summary collapse
-
#initialize(groupID = nil, groupName = nil, themeID = [], themeTotal = nil) ⇒ ThemeGroupType
constructor
A new instance of ThemeGroupType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(groupID = nil, groupName = nil, themeID = [], themeTotal = nil) ⇒ ThemeGroupType
Returns a new instance of ThemeGroupType.
34362 34363 34364 34365 34366 34367 34368 |
# File 'lib/eBay.rb', line 34362 def initialize(groupID = nil, groupName = nil, themeID = [], themeTotal = nil) @groupID = groupID @groupName = groupName @themeID = themeID @themeTotal = themeTotal @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34356 34357 34358 |
# File 'lib/eBay.rb', line 34356 def __xmlele_any @__xmlele_any end |
#groupID ⇒ Object
Returns the value of attribute groupID.
34352 34353 34354 |
# File 'lib/eBay.rb', line 34352 def groupID @groupID end |
#groupName ⇒ Object
Returns the value of attribute groupName.
34353 34354 34355 |
# File 'lib/eBay.rb', line 34353 def groupName @groupName end |
#themeID ⇒ Object
Returns the value of attribute themeID.
34354 34355 34356 |
# File 'lib/eBay.rb', line 34354 def themeID @themeID end |
#themeTotal ⇒ Object
Returns the value of attribute themeTotal.
34355 34356 34357 |
# File 'lib/eBay.rb', line 34355 def themeTotal @themeTotal end |
Instance Method Details
#set_any(elements) ⇒ Object
34358 34359 34360 |
# File 'lib/eBay.rb', line 34358 def set_any(elements) @__xmlele_any = elements end |