module PensioAPI::Mixins::Timestamps
Public Instance Methods
created_at()
click to toggle source
# File lib/pensio_api/mixins/timestamps.rb, line 4 def created_at Time.parse(@raw['CreatedDate']) end
updated_at()
click to toggle source
# File lib/pensio_api/mixins/timestamps.rb, line 8 def updated_at Time.parse(@raw['UpdatedDate']) end