83 84 85 86 87 88
# File 'lib/dnapi/environment.rb', line 83 def build_cron(attributes = {}) cron = Cron.new(attributes) cron.environment = self crons << cron cron end