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.



23679
23680
23681
23682
23683
23684
23685
# File 'lib/eBay.rb', line 23679

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.



23673
23674
23675
# File 'lib/eBay.rb', line 23673

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



23669
23670
23671
# File 'lib/eBay.rb', line 23669

def groupID
  @groupID
end

#groupNameObject

Returns the value of attribute groupName.



23670
23671
23672
# File 'lib/eBay.rb', line 23670

def groupName
  @groupName
end

#themeIDObject

Returns the value of attribute themeID.



23671
23672
23673
# File 'lib/eBay.rb', line 23671

def themeID
  @themeID
end

#themeTotalObject

Returns the value of attribute themeTotal.



23672
23673
23674
# File 'lib/eBay.rb', line 23672

def themeTotal
  @themeTotal
end

Instance Method Details

#set_any(elements) ⇒ Object



23675
23676
23677
# File 'lib/eBay.rb', line 23675

def set_any(elements)
  @__xmlele_any = elements
end