Class: Quovo::Models::Account
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
#opened ⇒ Object
24 25 26 |
# File 'lib/quovo/models/account.rb', line 24 def opened @opened.to_time end |
#updated ⇒ Object
29 30 31 |
# File 'lib/quovo/models/account.rb', line 29 def updated @updated.to_time end |