Module: GoodData::Mixin::Contributor

Included in:
Project, ProjectRole, UserGroup
Defined in:
lib/gooddata/mixins/contributor.rb

Instance Method Summary collapse

Instance Method Details

#contributorGoodData::Profile

Gets Project Role Contributor

Returns:



13
14
15
16
17
# File 'lib/gooddata/mixins/contributor.rb', line 13

def contributor
  url = meta['contributor']
  tmp = client.get url
  GoodData::Profile.new(tmp)
end