Class: Quovo::Models::Extra

Inherits:
Base
  • Object
show all
Defined in:
lib/quovo/models/extra.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

#due_dateObject



27
28
29
# File 'lib/quovo/models/extra.rb', line 27

def due_date
  @due_date.to_time
end

#last_payment_dateObject



32
33
34
# File 'lib/quovo/models/extra.rb', line 32

def last_payment_date
  @last_payment_date.to_time
end

#last_statement_dateObject



37
38
39
# File 'lib/quovo/models/extra.rb', line 37

def last_statement_date
  @last_statement_date.to_time
end

#origination_dateObject



42
43
44
# File 'lib/quovo/models/extra.rb', line 42

def origination_date
  @origination_date.to_time
end