Class: Esi::Calls::Star
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(star_id) ⇒ Star
constructor
A new instance of Star.
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 |