Class: Figo::SynchronizationStatus
Overview
Object representing the bank server synchronization status
Instance Attribute Summary collapse
-
#code ⇒ Integer
Internal figo Connect status code.
-
#message ⇒ String
Human-readable error message.
-
#success_timestamp ⇒ DateTime
Timestamp of last successful synchronization.
-
#sync_timestamp ⇒ DateTime
Timestamp of last synchronization.
Method Summary
Methods inherited from Base
#dump, dump_attributes, #initialize
Constructor Details
This class inherits a constructor from Figo::Base
Instance Attribute Details
#code ⇒ Integer
Internal figo Connect status code
362 363 364 |
# File 'lib/models.rb', line 362 def code @code end |
#message ⇒ String
Human-readable error message
366 367 368 |
# File 'lib/models.rb', line 366 def end |
#success_timestamp ⇒ DateTime
Timestamp of last successful synchronization
374 375 376 |
# File 'lib/models.rb', line 374 def end |
#sync_timestamp ⇒ DateTime
Timestamp of last synchronization
370 371 372 |
# File 'lib/models.rb', line 370 def end |