Class: Figo::SynchronizationStatus
- Defined in:
- lib/synchronization_status/model.rb
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
9 10 11 |
# File 'lib/synchronization_status/model.rb', line 9 def code @code end |
#message ⇒ String
Human-readable error message
13 14 15 |
# File 'lib/synchronization_status/model.rb', line 13 def @message end |
#success_timestamp ⇒ DateTime
Timestamp of last successful synchronization
21 22 23 |
# File 'lib/synchronization_status/model.rb', line 21 def @success_timestamp end |
#sync_timestamp ⇒ DateTime
Timestamp of last synchronization
17 18 19 |
# File 'lib/synchronization_status/model.rb', line 17 def @sync_timestamp end |