class DoctorStrange::Providers::Payment::Configuration
Constants
- DEFAULT_SERVICE_NAME
Attributes
api_key[RW]
service_name[RW]
Public Class Methods
new()
click to toggle source
# File lib/doctor_strange/providers/payment.rb, line 14 def initialize @service_name = DEFAULT_SERVICE_NAME end