Class: Veriff::Timestamp

Inherits:
Model
  • Object
show all
Defined in:
lib/veriff/timestamp.rb

Instance Method Summary collapse

Methods inherited from Model

api_collection_name, #initialize, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from Veriff::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Veriff::Model

Instance Method Details

#algorithmObject



5
6
7
# File 'lib/veriff/timestamp.rb', line 5

def algorithm
  data_hash[:algorithm]
end

#valueObject



9
10
11
# File 'lib/veriff/timestamp.rb', line 9

def value
  data_hash[:value]
end