class Esi::Calls::MarketHistory

Public Class Methods

new(region_id:, type_id:) click to toggle source
# File lib/esi/calls/markets.rb, line 16
def initialize(region_id:, type_id:)
  @path = "/markets/#{region_id}/history"
  @params = { type_id: type_id }
end