Class: EBay::ThemeGroupType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34356
34357
34358
# File 'lib/eBay.rb', line 34356

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



34352
34353
34354
# File 'lib/eBay.rb', line 34352

def groupID
  @groupID
end

#groupNameObject

Returns the value of attribute groupName.



34353
34354
34355
# File 'lib/eBay.rb', line 34353

def groupName
  @groupName
end

#themeIDObject

Returns the value of attribute themeID.



34354
34355
34356
# File 'lib/eBay.rb', line 34354

def themeID
  @themeID
end

#themeTotalObject

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