class Serverspec::Type::Lxc
Public Instance Methods
exists?()
click to toggle source
# File lib/serverspec/type/lxc.rb, line 3 def exists? @runner.check_lxc_container_exists(@name) end
running?()
click to toggle source
# File lib/serverspec/type/lxc.rb, line 7 def running? @runner.check_lxc_container_is_running(@name) end
to_s()
click to toggle source
# File lib/serverspec/type/lxc.rb, line 11 def to_s 'LXC' end