Class: Esi::Calls::Types

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

Constant Summary

Constants inherited from Base

Base::CACHE_NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#params, #path

Instance Method Summary collapse

Methods inherited from Base

#cache_key, #method, #page, #page=, #paginated?, #url

Constructor Details

#initializeTypes

Returns a new instance of Types.



96
97
98
99
# File 'lib/esi/calls/universe.rb', line 96

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