Method: GoodData::Project#schedules
- Defined in:
- lib/gooddata/models/project.rb
#schedules(id = :all) ⇒ GoodData::Schedule | Array<GoodData::Schedule>
Returns schedule instance or list.
1745 1746 1747 |
# File 'lib/gooddata/models/project.rb', line 1745 def schedules(id = :all) GoodData::Schedule[id, project: self, client: client] end |