Sha256: f3b54883afc713677f41c5f859d6c7b38ceb9d12719860b1f6ad6a3381dee47e
Contents?: true
Size: 305 Bytes
Versions: 3
Compression:
Stored size: 305 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 = 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/author.rb |
gooddata-0.6.6 | lib/gooddata/mixins/author.rb |
gooddata-0.6.5 | lib/gooddata/mixins/author.rb |