Class: Esi::Calls::MarketPrices
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ MarketPrices
constructor
A new instance of MarketPrices.
Methods inherited from Base
#method, #page=, #paginated?, #url
Constructor Details
#initialize ⇒ MarketPrices
Returns a new instance of MarketPrices.
474 475 476 |
# File 'lib/esi/calls.rb', line 474 def initialize @path = "/markets/prices" end |