Method: GroupType#initialize

Defined in:
lib/eBay.rb

#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