Class: Esi::Calls::Station

Inherits:
Base
  • Object
show all
Defined in:
lib/esi/calls/universe.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(station_id) ⇒ Station

Returns a new instance of Station.



78
79
80
# File 'lib/esi/calls/universe.rb', line 78

def initialize(station_id)
  @path = "/universe/stations/#{station_id}"
end