Class: Esi::Calls::MarketGroups

Inherits:
Base
  • Object
show all
Defined in:
lib/esi/calls.rb

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

Methods inherited from Base

#method, #page=, #paginated?, #url

Constructor Details

#initializeMarketGroups

Returns a new instance of MarketGroups.



461
462
463
464
# File 'lib/esi/calls.rb', line 461

def initialize
  @path = "/markets/groups"
  @paginated = true
end