Method: GoodData::Label#attribute
- Defined in:
- lib/gooddata/models/metadata/label.rb
#attribute ⇒ GoodData::Attibute
Gives an attribute of current label
121 122 123 |
# File 'lib/gooddata/models/metadata/label.rb', line 121 def attribute project.attributes(content['formOf']) end |