module GoodData::Mixin::Contributor

Public Instance Methods

contributor() click to toggle source

Gets Project Role Contributor

@return [GoodData::Profile] Project Role Contributor

# File lib/gooddata/mixins/contributor.rb, line 13
def contributor
  url = meta['contributor']
  tmp = client.get url
  GoodData::Profile.new(tmp)
end