Sha256: 1ce0074455398ef4f145081b2b7aa0969c9e1eeefa1088af73cbae475ff65e3c

Contents?: true

Size: 342 Bytes

Versions: 31

Compression:

Stored size: 342 Bytes

Contents

module Veewee
  module Provider
    module Vmfusion
      module BoxCommand

        # Check if box is running
        def running?
          return false if raw.nil?
          return raw.running?
        end

        # Check if the box already exists
        def exists?
          return raw.exists?
        end

      end
    end
  end
end

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.5.0.alpha3 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.5.0.alpha2 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.5.0.alpha1 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.5.1 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.5 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.5.pre1 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.4 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.3 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.2 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.1 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.4.0 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.3.12 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.3.11 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.3.10 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.3.9 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-atlassian-0.3.11 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.3.7 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.3.6 lib/veewee/provider/vmfusion/box/helper/status.rb
veewee-0.3.5 lib/veewee/provider/vmfusion/box/helper/status.rb