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