Class: Esi::Calls::Star

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(star_id) ⇒ Star

Returns a new instance of Star.



54
55
56
# File 'lib/esi/calls/universe.rb', line 54

def initialize(star_id)
  @path = "/universe/stars/#{star_id}"
end