Module: Paymongo
- Extended by:
- Forwardable
- Defined in:
- lib/paymongo-ruby.rb,
lib/paymongo/api_resource.rb,
lib/paymongo/entities/link.rb,
lib/paymongo/services/link.rb,
lib/paymongo/entities/event.rb,
lib/paymongo/paymongo_error.rb,
lib/paymongo/entities/refund.rb,
lib/paymongo/paymongo_client.rb,
lib/paymongo/paymongo_config.rb,
lib/paymongo/services/refund.rb,
lib/paymongo/entities/listing.rb,
lib/paymongo/entities/payment.rb,
lib/paymongo/entities/webhook.rb,
lib/paymongo/services/payment.rb,
lib/paymongo/services/webhook.rb,
lib/paymongo/entities/customer.rb,
lib/paymongo/errors/base_error.rb,
lib/paymongo/services/customer.rb,
lib/paymongo/entities/base_entity.rb,
lib/paymongo/services/base_service.rb,
lib/paymongo/entities/billing_entity.rb,
lib/paymongo/entities/payment_intent.rb,
lib/paymongo/entities/payment_method.rb,
lib/paymongo/services/payment_intent.rb,
lib/paymongo/services/payment_method.rb,
lib/paymongo/errors/authentication_error.rb,
lib/paymongo/errors/invalid_request_error.rb,
lib/paymongo/errors/unexpected_value_error.rb,
lib/paymongo/errors/resource_not_found_error.rb,
lib/paymongo/errors/signature_verification_error.rb,
lib/paymongo/entities/attributes/payment_intents/next_action.rb
Defined Under Namespace
Modules: Entities, Errors Classes: ApiResource, BaseService, Customer, Link, Payment, PaymentIntent, PaymentMethod, PaymongoClient, PaymongoConfig, PaymongoError, Refund, Webhook
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
46 47 48 |
# File 'lib/paymongo-ruby.rb', line 46 def config @config end |