Sha256: 7a48c2b8ed24a79200672824157359461b4ada10b85ed536d3cd227bb88cfbda

Contents?: true

Size: 277 Bytes

Versions: 107

Compression:

Stored size: 277 Bytes

Contents

# frozen_string_literal: true

module Avm
  module Launcher
    class Project
      attr_reader :name, :instances

      def initialize(name, instances)
        @name = name
        @instances = instances.to_a
      end

      def to_s
        name
      end
    end
  end
end

Version data entries

107 entries across 107 versions & 2 rubygems

Version Path
eac_tools-0.5.0 sub/avm-tools/lib/avm/launcher/project.rb
eac_tools-0.4.0 sub/avm-tools/lib/avm/launcher/project.rb
eac_tools-0.3.0 sub/avm-tools/lib/avm/launcher/project.rb
eac_tools-0.2.2 sub/avm-tools/lib/avm/launcher/project.rb
avm-tools-0.121.1 lib/avm/launcher/project.rb
avm-tools-0.121.0 lib/avm/launcher/project.rb
avm-tools-0.120.2 lib/avm/launcher/project.rb
avm-tools-0.120.1 lib/avm/launcher/project.rb
avm-tools-0.120.0 lib/avm/launcher/project.rb
avm-tools-0.119.0 lib/avm/launcher/project.rb
avm-tools-0.118.0 lib/avm/launcher/project.rb
avm-tools-0.117.3 lib/avm/launcher/project.rb
avm-tools-0.117.2 lib/avm/launcher/project.rb
avm-tools-0.117.1 lib/avm/launcher/project.rb
avm-tools-0.117.0 lib/avm/launcher/project.rb
avm-tools-0.116.2 lib/avm/launcher/project.rb
avm-tools-0.116.1 lib/avm/launcher/project.rb
avm-tools-0.116.0 lib/avm/launcher/project.rb
avm-tools-0.115.0 lib/avm/launcher/project.rb
avm-tools-0.114.2 lib/avm/launcher/project.rb