Class: Esi::Calls::Types
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Types
constructor
A new instance of Types.
Methods inherited from Base
#method, #page=, #paginated?, #url
Constructor Details
#initialize ⇒ Types
Returns a new instance of Types.
61 62 63 64 |
# File 'lib/esi/calls.rb', line 61 def initialize @path = "/universe/types" @paginated = true end |