Module: Billrb::Operations::Create
- Included in:
- CreditMemo, Customer, Invoice, ReceivablePayment, RecurringInvoice
- Defined in:
- lib/billrb/operations.rb
Instance Method Summary collapse
Instance Method Details
#create(params, options = {}) ⇒ Object
30 31 32 |
# File 'lib/billrb/operations.rb', line 30 def create(params, = {}) new(Operations.client_from().post(resource_path, Util.camelize_keys(params))) end |