Method: GoodData::Model::AnchorBlueprintField#strip!
- Defined in:
- lib/gooddata/models/blueprint/anchor_field.rb
#strip! ⇒ GoodData::Model::ProjectBlueprint
Removes all the labels from the anchor. This is a typical operation that people want to perform
36 37 38 |
# File 'lib/gooddata/models/blueprint/anchor_field.rb', line 36 def strip! dataset_blueprint.strip_anchor! end |