Class: Authentise::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/authentise/configuration.rb

Overview

Store the config

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



16
17
18
# File 'lib/authentise/configuration.rb', line 16

def initialize
  @use_ssl = true
end

Instance Attribute Details

#secret_partner_keyObject

The partner key Authentise gave you



10
11
12
# File 'lib/authentise/configuration.rb', line 10

def secret_partner_key
  @secret_partner_key
end

#use_sslObject

DEPRECATED Switch off the use of SSL for the old streaming API



14
15
16
# File 'lib/authentise/configuration.rb', line 14

def use_ssl
  @use_ssl
end