Class: Esi::Calls::Type
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(type_id) ⇒ Type
constructor
A new instance of Type.
Methods inherited from Base
#cache_key, #method, #page, #page=, #paginated?, #url
Constructor Details
#initialize(type_id) ⇒ Type
Returns a new instance of Type.
103 104 105 |
# File 'lib/esi/calls/universe.rb', line 103 def initialize(type_id) @path = "/universe/types/#{type_id}" end |