Class: Ukiryu::Configuration

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

Overview

Configuration class for global settings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



83
84
85
86
# File 'lib/ukiryu.rb', line 83

def initialize
  @default_shell = nil # Auto-detect by default
  @register_path = nil
end

Instance Attribute Details

#default_shellObject

Returns the value of attribute default_shell.



81
82
83
# File 'lib/ukiryu.rb', line 81

def default_shell
  @default_shell
end

#register_pathObject

Returns the value of attribute register_path.



81
82
83
# File 'lib/ukiryu.rb', line 81

def register_path
  @register_path
end