Class: Esi::Calls::MarketTypes
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(region_id:) ⇒ MarketTypes
constructor
A new instance of MarketTypes.
Methods inherited from Base
#method, #page=, #paginated?, #url
Constructor Details
#initialize(region_id:) ⇒ MarketTypes
Returns a new instance of MarketTypes.
454 455 456 457 |
# File 'lib/esi/calls.rb', line 454 def initialize(region_id:) @path = "/markets/#{region_id}/types" @paginated = true end |