Class: Quovo::Models::Account
- Inherits:
-
Base
- Object
- Base
- Quovo::Models::Account
show all
- Defined in:
- lib/quovo/models/account.rb
Instance Method Summary
collapse
Methods inherited from Base
#[], fields, #initialize, #to_h, #to_hash
Instance Method Details
#last_good_sync ⇒ Object
35
36
37
|
# File 'lib/quovo/models/account.rb', line 35
def last_good_sync
@last_good_sync.to_time
end
|
#opened ⇒ Object
25
26
27
|
# File 'lib/quovo/models/account.rb', line 25
def opened
@opened.to_time
end
|
#updated ⇒ Object
30
31
32
|
# File 'lib/quovo/models/account.rb', line 30
def updated
@updated.to_time
end
|