module GoodData::Mixin::Timestamps

Public Instance Methods

created() click to toggle source
# File lib/gooddata/mixins/timestamps.rb, line 14
def created
  Time.parse(meta['created'])
end
updated() click to toggle source
# File lib/gooddata/mixins/timestamps.rb, line 10
def updated
  Time.parse(meta['updated'])
end