class Wizypay::VdcOperation

Public Instance Methods

timestamp() click to toggle source
Calls superclass method
# File lib/wizypay/vdc_operation.rb, line 3
def timestamp
  return nil unless super.present?
  Time.parse(super)
end