Sha256: 3c7465fce2e3b717c3152a2d9a65a2ca8774e81e754e8ab22c99b3bc6e8d613a

Contents?: true

Size: 308 Bytes

Versions: 4

Compression:

Stored size: 308 Bytes

Contents

module EveOnline
  module SDE
    class AgtAgentTypes < Base
      def agt_agent_types
        output = []
        data.each do |agt_agent_type|
          output << EveOnline::SDE::Models::AgtAgentType.new(agt_agent_type)
        end
        output
      end
      memoize :agt_agent_types
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
eve_online-0.14.0 lib/eve_online/sde/agt_agent_types.rb
eve_online-0.13.0 lib/eve_online/sde/agt_agent_types.rb
eve_online-0.12.0 lib/eve_online/sde/agt_agent_types.rb
eve_online-0.11.0 lib/eve_online/sde/agt_agent_types.rb