class Authentise::Configuration
Store the config
Attributes
secret_partner_key[RW]
The partner key Authentise
gave you
use_ssl[RW]
DEPRECATED Switch off the use of SSL for the old streaming API
Public Class Methods
new()
click to toggle source
# File lib/authentise/configuration.rb, line 16 def initialize @use_ssl = true end