Class: Rubill::BillPayment
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#[], #[]=, active, all, create, delete, #delete, find, #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/bill_payment.rb', line 3 def self.pay_bills(opts) SentBillPayment.create(opts) end |
.remote_class_name ⇒ Object
7 8 9 |
# File 'lib/rubill/bill_payment.rb', line 7 def self.remote_class_name "BillPayment" end |