Class: VagrantSubutai::Models::Console::Environment
- Inherits:
-
Object
- Object
- VagrantSubutai::Models::Console::Environment
- Defined in:
- lib/vagrant-subutai/models/console/environment.rb
Instance Attribute Summary collapse
-
#ansible_container_state ⇒ Object
Returns the value of attribute ansible_container_state.
-
#ansible_host_id ⇒ Object
Returns the value of attribute ansible_host_id.
-
#containers ⇒ Object
Returns the value of attribute containers.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#ansible_container_state ⇒ Object
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_id ⇒ Object
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 |
#containers ⇒ Object
Returns the value of attribute containers.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7 def containers @containers end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7 def name @name end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/vagrant-subutai/models/console/environment.rb', line 7 def status @status end |