Method: GoodData::Process#notification_rules
- Defined in:
- lib/gooddata/models/process.rb
#notification_rules ⇒ Object
379 380 381 |
# File 'lib/gooddata/models/process.rb', line 379 def notification_rules NotificationRule.all(project: project, process: self, client: client) end |