Method: GoodData::Project#scheduled_mails

Defined in:
lib/gooddata/models/project.rb

#scheduled_mails(options = { :full => false }) ⇒ Object



1739
1740
1741
# File 'lib/gooddata/models/project.rb', line 1739

def scheduled_mails(options = { :full => false })
  GoodData::ScheduledMail[:all, options.merge(project: self, client: client)]
end