Class: Serverspec::Type::Port
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Serverspec::Type::Base
Instance Method Details
#listening? ⇒ Boolean
4 5 6 |
# File 'lib/serverspec/type/port.rb', line 4 def listening? backend.check_listening(@name) end |