class EveOnline::ESI::Models::DogmaAttributes
Public Instance Methods
dogma_attributes()
click to toggle source
# File lib/eve_online/esi/models/dogma_attributes.rb, line 7 def dogma_attributes output = [] return output unless options.is_a?(Array) options.each do |dogma_attribute_short| output << DogmaAttributeShort.new(dogma_attribute_short) end output end