Class: VagrantSubutai::Models::Console::Environment

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-subutai/models/console/environment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ansible_container_stateObject

Returns the value of attribute ansible_container_state.



7
8
9
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7

def ansible_container_state
  @ansible_container_state
end

#ansible_host_idObject

Returns the value of attribute ansible_host_id.



7
8
9
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7

def ansible_host_id
  @ansible_host_id
end

#containersObject

Returns the value of attribute containers.



7
8
9
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7

def containers
  @containers
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7

def id
  @id
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7

def name
  @name
end

#statusObject

Returns the value of attribute status.



7
8
9
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7

def status
  @status
end