Class: GcryptoBcCms::GConf

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/gcrypto_bc_cms/global.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGConf

Returns a new instance of GConf.



9
10
11
12
13
14
# File 'lib/gcrypto_bc_cms/global.rb', line 9

def initialize
  @logger_params = STDOUT
  @glog = Tlogger.new(STDOUT)
  @glog.tag = :gcrypto_bc_cms
  @glog.show_source
end

Instance Attribute Details

#glogObject (readonly)

Returns the value of attribute glog.



8
9
10
# File 'lib/gcrypto_bc_cms/global.rb', line 8

def glog
  @glog
end

#logger_paramsObject (readonly)

Returns the value of attribute logger_params.



8
9
10
# File 'lib/gcrypto_bc_cms/global.rb', line 8

def logger_params
  @logger_params
end