Method: GoodData::Project#schedules

Defined in:
lib/gooddata/models/project.rb

#schedules(id = :all) ⇒ GoodData::Schedule | Array<GoodData::Schedule>

Returns schedule instance or list.

Parameters:

  • Anything (String | Number | Object)

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

Returns:



1745
1746
1747
# File 'lib/gooddata/models/project.rb', line 1745

def schedules(id = :all)
  GoodData::Schedule[id, project: self, client: client]
end