Class: Rubill::BillPayment

Inherits:
Base
  • Object
show all
Defined in:
lib/rubill/bill_payment.rb

Instance Attribute Summary

Attributes inherited from Base

#remote_record

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_nameObject



7
8
9
# File 'lib/rubill/bill_payment.rb', line 7

def self.remote_class_name
  "BillPayment"
end