Class: Esi::Calls::MarketGroup
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(id) ⇒ MarketGroup
constructor
A new instance of MarketGroup.
Methods inherited from Base
#cache_key, #method, #page, #page=, #paginated?, #url
Constructor Details
#initialize(id) ⇒ MarketGroup
Returns a new instance of MarketGroup.
40 41 42 |
# File 'lib/esi/calls/markets.rb', line 40 def initialize(id) @path = "/markets/groups/#{id}" end |