Method: GoodData::Rest::Client#create_project
- Defined in:
- lib/gooddata/rest/client.rb
#create_project(options = { title: 'Project' }) ⇒ Object
170 171 172 |
# File 'lib/gooddata/rest/client.rb', line 170 def create_project( = { title: 'Project' }) GoodData::Project.create({ client: self }.merge()) end |