Class: BillTrap::Payment
- Inherits:
-
Sequel::Model
- Object
- Sequel::Model
- BillTrap::Payment
- Defined in:
- lib/billtrap/models.rb
Instance Method Summary collapse
Instance Method Details
#amount ⇒ Object
157 158 159 |
# File 'lib/billtrap/models.rb', line 157 def amount Money.new(cents, invoice.currency) end |