Method: VagrantPlugins::Utm::Model::ListResult::ListResultItem#state

Defined in:
lib/vagrant_utm/model/list_result.rb

#stateString

Returns The state of the machine.

Returns:

  • (String)

    The state of the machine.



52
53
54
# File 'lib/vagrant_utm/model/list_result.rb', line 52

def state
  @state
end