Class: EveOnline::ESI::DogmaAttributes

Inherits:
Base
  • Object
show all
Defined in:
lib/eve_online/esi/dogma_attributes.rb

Constant Summary collapse

API_PATH =
"/v1/dogma/attributes/"

Constants inherited from Base

Base::API_HOST

Instance Attribute Summary

Attributes inherited from Base

#_open_timeout, #_read_timeout, #_write_timeout, #adapter, #language, #middlewares, #token

Instance Method Summary collapse

Methods inherited from Base

#add_middleware, #additional_query_params, #base_query_params, #connection, #error_limit_remain, #error_limit_reset, #http_method, #initialize, #open_timeout, #open_timeout=, #page, #query, #read_timeout, #read_timeout=, #request_id, #resource, #response, #total_pages, #uri, #url, #user_agent, #write_timeout, #write_timeout=

Constructor Details

This class inherits a constructor from EveOnline::ESI::Base

Instance Method Details

#attribute_idsObject



8
9
10
# File 'lib/eve_online/esi/dogma_attributes.rb', line 8

def attribute_ids
  response
end

#pathObject



15
16
17
# File 'lib/eve_online/esi/dogma_attributes.rb', line 15

def path
  API_PATH
end

#scopeObject



12
13
# File 'lib/eve_online/esi/dogma_attributes.rb', line 12

def scope
end