Method: Fog::Compute::Voxel::Server#state
- Defined in:
- lib/fog/voxel/models/compute/server.rb
#state ⇒ Object
52 53 54 |
# File 'lib/fog/voxel/models/compute/server.rb', line 52 def state @state ||= connection.voxcloud_status(id).body['devices'].first['status'] end |