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