Method: Lxc#state

Defined in:
lib/elecksee/lxc.rb

#stateSymbol

Returns current state.

Returns:

  • (Symbol)

    current state



355
356
357
# File 'lib/elecksee/lxc.rb', line 355

def state
  self.class.info(name)[:state]
end