Class: LxcSsh::ContainerInfo
- Inherits:
-
Object
- Object
- LxcSsh::ContainerInfo
- Defined in:
- lib/lxc_ssh/container_info.rb
Instance Attribute Summary collapse
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#pid ⇒ Object
Returns the value of attribute pid.
4 5 6 |
# File 'lib/lxc_ssh/container_info.rb', line 4 def pid @pid end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/lxc_ssh/container_info.rb', line 4 def state @state end |