class Esi::Calls::MarketTypes

Public Class Methods

new(region_id:) click to toggle source
# File lib/esi/calls/markets.rb, line 26
def initialize(region_id:)
  @path = "/markets/#{region_id}/types"
  @paginated = true
end