Class: OsCtld::ContainerControl::Commands::State::ContainerState
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::ContainerControl::Commands::State::ContainerState
- Defined in:
- lib/osctld/container_control/commands/state.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#init_pid ⇒ Object
Returns the value of attribute init_pid.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/osctld/container_control/commands/state.rb', line 8 def id @id end |
#init_pid ⇒ Object
Returns the value of attribute init_pid
8 9 10 |
# File 'lib/osctld/container_control/commands/state.rb', line 8 def init_pid @init_pid end |
#state ⇒ Object
Returns the value of attribute state
8 9 10 |
# File 'lib/osctld/container_control/commands/state.rb', line 8 def state @state end |