Method: ESIClient::DogmaApi#get_dogma_attributes_attribute_id
- Defined in:
- lib/esi_client/api/dogma_api.rb
#get_dogma_attributes_attribute_id(attribute_id, opts = {}) ⇒ GetDogmaAttributesAttributeIdOk
Get attribute information Get information on a dogma attribute — This route expires daily at 11:05
90 91 92 93 |
# File 'lib/esi_client/api/dogma_api.rb', line 90 def get_dogma_attributes_attribute_id(attribute_id, opts = {}) data, _status_code, _headers = get_dogma_attributes_attribute_id_with_http_info(attribute_id, opts) return data end |