Method: GoodData::Label#attribute_uri

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

#attribute_uriGoodData::Attibute

Gives an attribute url of current label. Useful for mass actions when it does not introduce HTTP call.

Returns:

  • (GoodData::Attibute)


127
128
129
# File 'lib/gooddata/models/metadata/label.rb', line 127

def attribute_uri
  content['formOf']
end