Module: Xendit
- Defined in:
- lib/xendit.rb,
lib/xendit/errors.rb,
lib/xendit/version.rb,
lib/xendit/webhook.rb,
lib/xendit/response.rb,
lib/xendit/api_client.rb,
lib/xendit/json_serializer.rb,
lib/xendit/resources/payout.rb,
lib/xendit/resources/refund.rb,
lib/xendit/resources/invoice.rb,
lib/xendit/resources/e_wallet.rb
Defined Under Namespace
Classes: ApiClient, EWallet, Errors, Invoice, JSONSerializer, Payout, Refund, Response, Webhook
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
- .base_url ⇒ Object
-
.callback_verification_token ⇒ Object
Returns the value of attribute callback_verification_token.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
9 10 11 |
# File 'lib/xendit.rb', line 9 def api_key @api_key end |
.base_url ⇒ Object
12 13 14 |
# File 'lib/xendit.rb', line 12 def base_url @base_url ||= 'https://api.xendit.co/' end |
.callback_verification_token ⇒ Object
Returns the value of attribute callback_verification_token.
9 10 11 |
# File 'lib/xendit.rb', line 9 def callback_verification_token @callback_verification_token end |