class AstroPay::Configuration
Attributes
direct_secret_key[RW]
direct_x_trans_key_for_webpaystatus[RW]
enable_ssl[RW]
Optional attributes
sandbox[RW]
Optional attributes
Public Class Methods
new()
click to toggle source
Creates a new instance of [AstroPay::Configuration].
@param attributes [Hash] with the following fields: :error, :message. @return [AstroPay::Configuration] instance.
# File lib/astro_pay/configuration.rb, line 17 def initialize @sandbox = true @enable_ssl = true end