Class: Fog::Compute::AWS::Server

Inherits:
Model
  • Object
show all
Defined in:
lib/vagrant-aws/vm.rb

Instance Method Summary collapse

Instance Method Details

#running?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/vagrant-aws/vm.rb', line 8

def running?
	state == "running"
end