class Serverspec::Type::Ip6tables

Public Instance Methods

has_rule?(rule, table, chain) click to toggle source
# File lib/serverspec/type/ip6tables.rb, line 4
def has_rule?(rule, table, chain)
  @runner.check_ip6tables_has_rule(rule, table, chain)
end
to_s() click to toggle source
# File lib/serverspec/type/ip6tables.rb, line 8
def to_s
  'ip6tables'
end