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