Sha256: 65b608423e0afb01adbaa7f851fa766d2454751b211552b79500640cef5d988f

Contents?: true

Size: 208 Bytes

Versions: 3

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true
module Tmuxinator
  module BOSH
    module Console
      Job = Struct.new(:name, :index) do
        def to_s
          "#{name}/#{index}"
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tmuxinator-bosh-console-0.3.0 lib/tmuxinator/bosh/console/job.rb
tmuxinator-bosh-console-0.2.1 lib/tmuxinator/bosh/console/job.rb
tmuxinator-bosh-console-0.2.0 lib/tmuxinator/bosh/console/job.rb