module Adyen

Constants

VERSION

Version constant for the Adyen plugin. Set it & commit the change before running rake release.

Public Class Methods

configuration() click to toggle source

@return [Configuration] The configuration singleton.

   # File lib/adyen/base.rb
 8 def self.configuration
 9   @configuration ||= Adyen::Configuration.new
10 end
configuration=(configuration) click to toggle source
   # File lib/adyen/base.rb
12 def self.configuration=(configuration)
13   @configuration = configuration
14 end