Class: ThemeGroupType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsThemeGroupType

Constant Summary collapse

@@schema_type =
"ThemeGroupType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["groupID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GroupID")]],
  ["groupName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GroupName")]],
  ["themeID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ThemeID")]],
  ["themeTotal", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ThemeTotal")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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.



20964
20965
20966
20967
20968
20969
20970
# File 'lib/eBay.rb', line 20964

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.



20958
20959
20960
# File 'lib/eBay.rb', line 20958

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



20954
20955
20956
# File 'lib/eBay.rb', line 20954

def groupID
  @groupID
end

#groupNameObject

Returns the value of attribute groupName.



20955
20956
20957
# File 'lib/eBay.rb', line 20955

def groupName
  @groupName
end

#themeIDObject

Returns the value of attribute themeID.



20956
20957
20958
# File 'lib/eBay.rb', line 20956

def themeID
  @themeID
end

#themeTotalObject

Returns the value of attribute themeTotal.



20957
20958
20959
# File 'lib/eBay.rb', line 20957

def themeTotal
  @themeTotal
end

Instance Method Details

#set_any(elements) ⇒ Object



20960
20961
20962
# File 'lib/eBay.rb', line 20960

def set_any(elements)
  @__xmlele_any = elements
end