Class: Serverspec::Type::Ipnat
- Defined in:
- lib/serverspec/type/ipnat.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Serverspec::Type::Base
Instance Method Details
#has_rule?(rule) ⇒ Boolean
3 4 5 |
# File 'lib/serverspec/type/ipnat.rb', line 3 def has_rule?(rule) @runner.check_ipnat_has_rule(rule) end |
#to_s ⇒ Object
7 8 9 |
# File 'lib/serverspec/type/ipnat.rb', line 7 def to_s 'ipnat' end |