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

#openedObject



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

def opened
  @opened.to_time
end

#updatedObject



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

def updated
  @updated.to_time
end