Method: GoodData::Project#add_report
- Defined in:
- lib/gooddata/models/project.rb
#add_report(options = {}) ⇒ GoodData::Report Also known as: create_report
Creates new instance of report in context of project
785 786 787 788 |
# File 'lib/gooddata/models/project.rb', line 785 def add_report( = {}) report = GoodData::Report.create(.merge(client: client, project: self)) report.save end |