class Veriff::Timestamp

Public Instance Methods

algorithm() click to toggle source
# File lib/veriff/timestamp.rb, line 5
def algorithm
  data_hash[:algorithm]
end
value() click to toggle source
# File lib/veriff/timestamp.rb, line 9
def value
  data_hash[:value]
end