Class: Espago::ApiConnection::ApiPost
- Defined in:
- lib/espago/api_connection/api_post.rb
Direct Known Subclasses
ChargesCompletePost, ChargesPost, ClientsAuthorizePost, ClientsPost, CompletePost, InvoiceItemsPost, MasterpassPost, PlansPost, RefundsPost, SecureWebPageRegisterPost, SubscriptionsPost, TokensPost, VisacheckoutPost
Instance Method Summary collapse
Methods inherited from Api
Constructor Details
This class inherits a constructor from Espago::ApiConnection::Api
Instance Method Details
#request(path, params = {}) ⇒ Object
4 5 6 |
# File 'lib/espago/api_connection/api_post.rb', line 4 def request(path, params = {}) @connection.post path, params end |