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.



18518
18519
18520
18521
18522
18523
18524
# File 'lib/eBay.rb', line 18518

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.



18512
18513
18514
# File 'lib/eBay.rb', line 18512

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



18508
18509
18510
# File 'lib/eBay.rb', line 18508

def groupID
  @groupID
end

#groupNameObject

Returns the value of attribute groupName.



18509
18510
18511
# File 'lib/eBay.rb', line 18509

def groupName
  @groupName
end

#themeIDObject

Returns the value of attribute themeID.



18510
18511
18512
# File 'lib/eBay.rb', line 18510

def themeID
  @themeID
end

#themeTotalObject

Returns the value of attribute themeTotal.



18511
18512
18513
# File 'lib/eBay.rb', line 18511

def themeTotal
  @themeTotal
end

Instance Method Details

#set_any(elements) ⇒ Object



18514
18515
18516
# File 'lib/eBay.rb', line 18514

def set_any(elements)
  @__xmlele_any = elements
end