Sha256: 9b4e7e0f3809dce45d983fdb2a4b5d856f018ea5b21ab91c7152d48f1b9e2d95
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 Bytes
Contents
# encoding: UTF-8 module GoodData module Mixin module Contributor # Gets Project Role Contributor # # @return [GoodData::Profile] Project Role Contributor def contributor url = meta['contributor'] tmp = GoodData.get url GoodData::Profile.new(tmp) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.7 | lib/gooddata/mixins/contributor.rb |
gooddata-0.6.6 | lib/gooddata/mixins/contributor.rb |
gooddata-0.6.5 | lib/gooddata/mixins/contributor.rb |