Method: GoodData::Model::ProjectBlueprint#remove_dataset!
- Defined in:
- lib/gooddata/models/blueprint/project_blueprint.rb
#remove_dataset!(dataset_id, options = {}) ⇒ Hash
Removes dataset from blueprint. Dataset can be given as either a name or a DatasetBlueprint or a Hash representation.
552 553 554 555 |
# File 'lib/gooddata/models/blueprint/project_blueprint.rb', line 552 def remove_dataset!(dataset_id, = {}) ProjectBlueprint.remove_dataset!(to_hash, dataset_id, ) self end |