Class: 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.



25102
25103
25104
25105
25106
25107
25108
# File 'lib/eBay.rb', line 25102

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.



25096
25097
25098
# File 'lib/eBay.rb', line 25096

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



25092
25093
25094
# File 'lib/eBay.rb', line 25092

def groupID
  @groupID
end

#groupNameObject

Returns the value of attribute groupName.



25093
25094
25095
# File 'lib/eBay.rb', line 25093

def groupName
  @groupName
end

#themeIDObject

Returns the value of attribute themeID.



25094
25095
25096
# File 'lib/eBay.rb', line 25094

def themeID
  @themeID
end

#themeTotalObject

Returns the value of attribute themeTotal.



25095
25096
25097
# File 'lib/eBay.rb', line 25095

def themeTotal
  @themeTotal
end

Instance Method Details

#set_any(elements) ⇒ Object



25098
25099
25100
# File 'lib/eBay.rb', line 25098

def set_any(elements)
  @__xmlele_any = elements
end