Class: Serverspec::Type::Cron
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Serverspec::Type::Base
Instance Method Details
#has_entry?(user, entry) ⇒ Boolean
3 4 5 |
# File 'lib/serverspec/type/cron.rb', line 3 def has_entry?(user, entry) @runner.check_cron_has_entry(user, entry) end |
#to_s ⇒ Object
7 8 9 |
# File 'lib/serverspec/type/cron.rb', line 7 def to_s 'Cron' end |