Module: GoodData::Mixin::Contributor
- Included in:
- Project, ProjectRole, UserGroup
- Defined in:
- lib/gooddata/mixins/contributor.rb
Instance Method Summary collapse
-
#contributor ⇒ GoodData::Profile
Gets Project Role Contributor.
Instance Method Details
#contributor ⇒ GoodData::Profile
Gets Project Role Contributor
13 14 15 16 17 |
# File 'lib/gooddata/mixins/contributor.rb', line 13 def contributor url = ['contributor'] tmp = client.get url GoodData::Profile.new(tmp) end |