Module: Conekta::Operations::Update
- Included in:
- Card, Customer, Destination, DiscountLine, LineItem, Conekta::Order, Payee, PaymentSource, PayoutMethod, Plan, ShippingContact, ShippingLine, Subscription, TaxLine, Webhook
- Defined in:
- lib/conekta/operations/update.rb
Instance Method Summary collapse
Instance Method Details
#update(params) ⇒ Object
4 5 6 7 8 |
# File 'lib/conekta/operations/update.rb', line 4 def update(params) response = Requestor.new.request(:put, self._url, params) self.load_from(response) self end |