Module: Frame::APIOperations::Create
- Included in:
- Frame::Account, BankAccount, ChargeIntent, Customer, CustomerIdentityVerification, Invoice, InvoiceLineItem, PaymentMethod, Product, ProductPhase, Refund, Subscription, SubscriptionPhase, WebhookEndpoint
- Defined in:
- lib/frame/api_operations/create.rb
Instance Method Summary collapse
Instance Method Details
#create(params = {}, opts = {}) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/frame/api_operations/create.rb', line 6 def create(params = {}, opts = {}) request_object( :post, resource_url, params, opts ) end |