Class: Quovo::Models::Extra
- Inherits:
-
Base
- Object
- Base
- Quovo::Models::Extra
show all
- Defined in:
- lib/quovo/models/extra.rb
Instance Method Summary
collapse
Methods inherited from Base
#[], fields, #initialize, #to_h, #to_hash
Instance Method Details
#due_date ⇒ Object
27
28
29
|
# File 'lib/quovo/models/extra.rb', line 27
def due_date
@due_date.to_time
end
|
#last_payment_date ⇒ Object
32
33
34
|
# File 'lib/quovo/models/extra.rb', line 32
def last_payment_date
@last_payment_date.to_time
end
|
#last_statement_date ⇒ Object
37
38
39
|
# File 'lib/quovo/models/extra.rb', line 37
def last_statement_date
@last_statement_date.to_time
end
|
#origination_date ⇒ Object
42
43
44
|
# File 'lib/quovo/models/extra.rb', line 42
def origination_date
@origination_date.to_time
end
|