Returns current state.
Returns:
current state
355 356 357
# File 'lib/elecksee/lxc.rb', line 355 def state self.class.info(name)[:state] end