Method: GoodData::Project#reports
- Defined in:
- lib/gooddata/models/project.rb
#reports(id = :all) ⇒ GoodData::Report | Array<GoodData::Report>
Helper for getting reports of a project
1679 1680 1681 |
# File 'lib/gooddata/models/project.rb', line 1679 def reports(id = :all) GoodData::Report[id, project: self, client: client] end |