Class: AmemberPro::InvoiceRefunds
- Inherits:
-
Object
- Object
- AmemberPro::InvoiceRefunds
- Defined in:
- lib/amember_pro/invoice_refunds.rb
Class Method Summary collapse
Class Method Details
.get(params = {}) ⇒ Object
3 4 5 |
# File 'lib/amember_pro/invoice_refunds.rb', line 3 def self.get(params={}) connection(Method::GET, params).body end |
.to_s ⇒ Object
7 8 9 |
# File 'lib/amember_pro/invoice_refunds.rb', line 7 def self.to_s 'invoice-refunds' end |