Method: GoodData::Label#attribute

Defined in:
lib/gooddata/models/metadata/label.rb

#attributeGoodData::Attibute

Gives an attribute of current label

Returns:

  • (GoodData::Attibute)


121
122
123
# File 'lib/gooddata/models/metadata/label.rb', line 121

def attribute
  project.attributes(content['formOf'])
end