Class: Esi::Calls::OpenMarketDetails

Inherits:
Base
  • Object
show all
Defined in:
lib/esi/calls/ui.rb

Constant Summary

Constants inherited from Base

Base::CACHE_NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

Methods inherited from Base

#cache_key, #method, #page, #page=, #paginated?, #url

Constructor Details

#initialize(type_id) ⇒ OpenMarketDetails

Returns a new instance of OpenMarketDetails.



8
9
10
11
12
# File 'lib/esi/calls/ui.rb', line 8

def initialize(type_id)
  @path = '/ui/openwindow/marketdetails'
  @method = :post
  @params = { type_id: type_id }
end