Method: GoodData::Project#update_from_blueprint
- Defined in:
- lib/gooddata/models/project.rb
#update_from_blueprint(blueprint, options = {}) ⇒ Object
Applies blueprint to the project.
2170 2171 2172 |
# File 'lib/gooddata/models/project.rb', line 2170 def update_from_blueprint(blueprint, = {}) GoodData::Model::ProjectCreator.migrate(.merge(spec: blueprint, token: [:auth_token], client: client, project: self)) end |