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.



464
465
466
467
# File 'lib/esi/calls.rb', line 464

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