Class: Tunneler::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/tunneler/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



15
16
17
# File 'lib/tunneler/config.rb', line 15

def initialize
  @debug = false
end

Instance Attribute Details

#debugObject

Returns the value of attribute debug.



13
14
15
# File 'lib/tunneler/config.rb', line 13

def debug
  @debug
end