Class: Esi::Calls::MarketGroups

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

Constant Summary

Constants inherited from Base

Base::CACHE_NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

Methods inherited from Base

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

Constructor Details

#initializeMarketGroups

Returns a new instance of MarketGroups.



33
34
35
36
# File 'lib/esi/calls/markets.rb', line 33

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