Method: GoodData::Project.create_from_blueprint
- Defined in:
- lib/gooddata/models/project.rb
.create_from_blueprint(blueprint, options = {}) ⇒ Object
178 179 180 |
# File 'lib/gooddata/models/project.rb', line 178 def create_from_blueprint(blueprint, = {}) GoodData::Model::ProjectCreator.migrate(.merge(spec: blueprint, client: client)) end |