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.
86 87 88 89 |
# File 'lib/esi/calls.rb', line 86 def initialize @path = "/universe/types" @paginated = true end |