Class: Esi::Calls::Type
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
#method, #page=, #paginated?, #url
Constructor Details
#initialize(type_id) ⇒ Type
Returns a new instance of Type.
93 94 95 |
# File 'lib/esi/calls.rb', line 93 def initialize(type_id) @path = "/universe/types/#{type_id}" end |