Class: Esi::Calls::Types

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

#initializeTypes

Returns a new instance of Types.



86
87
88
89
# File 'lib/esi/calls.rb', line 86

def initialize
  @path = "/universe/types"
  @paginated = true
end