class Quovo::Models::Account

Public Instance Methods

last_good_sync() click to toggle source
# File lib/quovo/models/account.rb, line 35
def last_good_sync
  @last_good_sync.to_time
end
opened() click to toggle source
# File lib/quovo/models/account.rb, line 25
def opened
  @opened.to_time
end
updated() click to toggle source
# File lib/quovo/models/account.rb, line 30
def updated
  @updated.to_time
end