Class: Esi::Calls::MarketGroups
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ MarketGroups
constructor
A new instance of MarketGroups.
Methods inherited from Base
#cache_key, #method, #page, #page=, #paginated?, #url
Constructor Details
#initialize ⇒ MarketGroups
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 |