Sha256: 9726e0c67c319d79e66a2ffd3117a35aeb5eacfc67b656e21e19663200e777ab
Contents?: true
Size: 303 Bytes
Versions: 4
Compression:
Stored size: 303 Bytes
Contents
# encoding: UTF-8 module GoodData module Mixin module Author # Gets Project Role Author # # @return [GoodData::Profile] Project Role author def author url = meta['author'] tmp = client.get url GoodData::Profile.new(tmp) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.11 | lib/gooddata/mixins/author.rb |
gooddata-0.6.10 | lib/gooddata/mixins/author.rb |
gooddata-0.6.9 | lib/gooddata/mixins/author.rb |
gooddata-0.6.8 | lib/gooddata/mixins/author.rb |