Method: GoodData::Project#folders
- Defined in:
- lib/gooddata/models/project.rb
#folders(id = :all) ⇒ Object
949 950 951 |
# File 'lib/gooddata/models/project.rb', line 949 def folders(id = :all) GoodData::Folder[id, project: self, client: client] end |