Class: Rubill::BillPayment
- Defined in:
- lib/rubill/entities/bill_payment.rb
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#[], #[]=, active, all, create, delete, #delete, find, find_by_name, #id, #initialize, #save, update, where
Constructor Details
This class inherits a constructor from Rubill::Base
Class Method Details
.pay_bills(opts) ⇒ Object
3 4 5 |
# File 'lib/rubill/entities/bill_payment.rb', line 3 def self.pay_bills(opts) SentBillPayment.create(opts) end |