Class: GroupType

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

Overview

urn:ebay:apis:eBLBaseComponentsGroupType

maxGroups - SOAP::SOAPInt
maxEntriesPerGroup - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(maxGroups = nil, maxEntriesPerGroup = nil) ⇒ GroupType

Returns a new instance of GroupType.



19827
19828
19829
19830
19831
# File 'lib/eBay.rb', line 19827

def initialize(maxGroups = nil, maxEntriesPerGroup = nil)
  @maxGroups = maxGroups
  @maxEntriesPerGroup = maxEntriesPerGroup
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19821
19822
19823
# File 'lib/eBay.rb', line 19821

def __xmlele_any
  @__xmlele_any
end

#maxEntriesPerGroupObject

Returns the value of attribute maxEntriesPerGroup.



19820
19821
19822
# File 'lib/eBay.rb', line 19820

def maxEntriesPerGroup
  @maxEntriesPerGroup
end

#maxGroupsObject

Returns the value of attribute maxGroups.



19819
19820
19821
# File 'lib/eBay.rb', line 19819

def maxGroups
  @maxGroups
end

Instance Method Details

#set_any(elements) ⇒ Object



19823
19824
19825
# File 'lib/eBay.rb', line 19823

def set_any(elements)
  @__xmlele_any = elements
end