Class: ZaakpayRuby::Configuration

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

Overview

This is class for initialize the secret key

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



12
13
14
15
# File 'lib/zaakpay_ruby.rb', line 12

def initialize
  self.secret_key = nil
  self.log_level = 'info'
end

Instance Attribute Details

#log_levelObject

Returns the value of attribute log_level.



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

def log_level
  @log_level
end

#secret_keyObject

Returns the value of attribute secret_key.



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

def secret_key
  @secret_key
end