Module: GoodData::Mixin::Timestamps

Included in:
ProjectRole
Defined in:
lib/gooddata/mixins/timestamps.rb

Instance Method Summary collapse

Instance Method Details

#createdObject



14
15
16
# File 'lib/gooddata/mixins/timestamps.rb', line 14

def created
  Time.parse(meta['created'])
end

#updatedObject



10
11
12
# File 'lib/gooddata/mixins/timestamps.rb', line 10

def updated
  Time.parse(meta['updated'])
end