Class: Veriff::Timestamp
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
#algorithm ⇒ Object
5 6 7 |
# File 'lib/veriff/timestamp.rb', line 5 def algorithm data_hash[:algorithm] end |
#value ⇒ Object
9 10 11 |
# File 'lib/veriff/timestamp.rb', line 9 def value data_hash[:value] end |