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

Parameters:

  • Anything (String | Number | Object)

    that you can pass to GoodData::Report[id]

Returns:


1528
1529
1530
# File 'lib/gooddata/models/project.rb', line 1528

def processes(id = :all)
  GoodData::Process[id, project: self, client: client]
end