Method: GoodData::Project#schedule_mail
- Defined in:
- lib/gooddata/models/project.rb
#schedule_mail(options = GoodData::ScheduledMail::DEFAULT_OPTS) ⇒ Object
Schedules an email with dashboard or report content
1735 1736 1737 |
# File 'lib/gooddata/models/project.rb', line 1735 def schedule_mail( = GoodData::ScheduledMail::DEFAULT_OPTS) GoodData::ScheduledMail.create(.merge(client: client, project: self)) end |