Class: Quovo::Models::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/quovo/models/account.rb

Instance Method Summary collapse

Methods inherited from Base

#[], fields, #initialize, #to_h, #to_hash

Constructor Details

This class inherits a constructor from Quovo::Models::Base

Instance Method Details

#last_good_syncObject



35
36
37
# File 'lib/quovo/models/account.rb', line 35

def last_good_sync
  @last_good_sync.to_time
end

#openedObject



25
26
27
# File 'lib/quovo/models/account.rb', line 25

def opened
  @opened.to_time
end

#updatedObject



30
31
32
# File 'lib/quovo/models/account.rb', line 30

def updated
  @updated.to_time
end