Sha256: 7849a138e0ddc900a9a2545930caa21ba893aaaf78ed74d079cf80e878b4486c

Contents?: true

Size: 511 Bytes

Versions: 139

Compression:

Stored size: 511 Bytes

Contents

module Bosh
  module Stemcell
    class Stemcell
      attr_reader :version, :definition, :disk_format, :base_name

      def initialize(definition, base_name, version, disk_format)
        @definition = definition
        @base_name = base_name
        @version = version
        @disk_format = disk_format
      end

      def infrastructure
        @definition.infrastructure
      end

      def name
        ArchiveFilename.new(version, definition, base_name, disk_format).to_s
      end
    end
  end
end

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
bosh-stemcell-1.3262.24.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3232.24.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3232.14.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3262.4.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3262.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3232.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3215.4.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3215.3.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3215.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3146.10.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3213.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3202.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3200.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3146.9.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3197.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3196.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3146.8.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3192.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3146.7.0 lib/bosh/stemcell/stemcell.rb
bosh-stemcell-1.3191.0 lib/bosh/stemcell/stemcell.rb