Sha256: 46967ae24681a5851cbce61cc3e614a96f98b6b69e359db593bdaaa0a047fef6
Contents?: true
Size: 328 Bytes
Versions: 13
Compression:
Stored size: 328 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 = client.get url GoodData::Profile.new(tmp) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems