class Serverspec::Type::Bond

Public Instance Methods

exists?() click to toggle source
# File lib/serverspec/type/bond.rb, line 3
def exists?
  @runner.check_bond_exists(@name)
end
has_interface?(interface) click to toggle source
# File lib/serverspec/type/bond.rb, line 7
def has_interface?(interface)
  @runner.check_bond_has_interface(@name, interface)
end