Class: OsCtld::ContainerControl::Commands::State::ContainerState

Inherits:
Struct
  • Object
show all
Defined in:
lib/osctld/container_control/commands/state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/osctld/container_control/commands/state.rb', line 8

def id
  @id
end

#init_pidObject

Returns the value of attribute init_pid

Returns:

  • (Object)

    the current value of init_pid



8
9
10
# File 'lib/osctld/container_control/commands/state.rb', line 8

def init_pid
  @init_pid
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



8
9
10
# File 'lib/osctld/container_control/commands/state.rb', line 8

def state
  @state
end