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

Parameters:

  • attribute_id

    A dogma attribute ID

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :datasource (String)

    The server name you would like data from (default to tranquility)

  • :user_agent (String)

    Client identifier, takes precedence over headers

  • :x_user_agent (String)

    Client identifier, takes precedence over User-Agent

Returns:



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