Class: EveOnline::ESI::DogmaAttributes

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

Constant Summary collapse

API_ENDPOINT =
'https://esi.tech.ccp.is/v1/dogma/attributes/?datasource=tranquility'

Instance Attribute Summary

Attributes inherited from Base

#parser, #token

Instance Method Summary collapse

Methods inherited from Base

#content, #initialize, #response, #user_agent

Constructor Details

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

Instance Method Details

#attributesObject



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

def attributes
  response
end

#scopeObject



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

def scope; end

#urlObject



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

def url
  API_ENDPOINT
end