Class: Esi::Calls::Type

Inherits:
Base
  • Object
show all
Defined in:
lib/esi/calls.rb

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

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