class EveOnline::ESI::Models::DogmaAttributeShort

Public Instance Methods

as_json() click to toggle source
# File lib/eve_online/esi/models/dogma_attribute_short.rb, line 7
def as_json
  {
    attribute_id: attribute_id,
    value: value
  }
end
attribute_id() click to toggle source
# File lib/eve_online/esi/models/dogma_attribute_short.rb, line 14
def attribute_id
  options["attribute_id"]
end
value() click to toggle source
# File lib/eve_online/esi/models/dogma_attribute_short.rb, line 18
def value
  options["value"]
end