Method: GoodData::Model::AnchorBlueprintField#labels
- Defined in:
- lib/gooddata/models/blueprint/anchor_field.rb
#labels ⇒ Array<GoodData::Model::LabelBlueprintField>
Returns labels for anchor or empty array if there are none
50 51 52 |
# File 'lib/gooddata/models/blueprint/anchor_field.rb', line 50 def labels dataset_blueprint.labels_for_attribute(self) end |