class EveOnline::ESI::UniverseTypes
Constants
- API_PATH
Attributes
page[R]
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
EveOnline::ESI::Base::new
# File lib/eve_online/esi/universe_types.rb, line 10 def initialize(options = {}) super @page = options.fetch(:page, 1) end
Public Instance Methods
additional_query_params()
click to toggle source
# File lib/eve_online/esi/universe_types.rb, line 23 def additional_query_params [:page] end
path()
click to toggle source
# File lib/eve_online/esi/universe_types.rb, line 27 def path API_PATH end
scope()
click to toggle source
# File lib/eve_online/esi/universe_types.rb, line 20 def scope end
universe_type_ids()
click to toggle source
# File lib/eve_online/esi/universe_types.rb, line 16 def universe_type_ids response end