Method: GoodData::Model::ProjectBlueprint#labels
- Defined in:
- lib/gooddata/models/blueprint/project_blueprint.rb
#labels ⇒ Array<Hash>
Returns list of labels from all the datasets in a blueprint
458 459 460 |
# File 'lib/gooddata/models/blueprint/project_blueprint.rb', line 458 def labels datasets.mapcat(&:labels) end |