module GoodData::Mixin::Contributor
Public Instance Methods
Source
# File lib/gooddata/mixins/contributor.rb, line 13 def contributor url = meta['contributor'] tmp = client.get url GoodData::Profile.new(tmp) end
Gets Project
Role Contributor
@return [GoodData::Profile] Project
Role Contributor