module GoodData::Mixin::Timestamps
Public Instance Methods
Source
# File lib/gooddata/mixins/timestamps.rb, line 14 def created Time.parse(meta['created']) end
Source
# File lib/gooddata/mixins/timestamps.rb, line 10 def updated Time.parse(meta['updated']) end