Class: AssLauncher::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/ass_launcher/support/shell.rb,
lib/ass_launcher/enterprise.rb

Overview

Configuration for AssLauncher

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



36
37
38
# File 'lib/ass_launcher/support/shell.rb', line 36

def initialize
  @logger = Loggining.default_logger
end

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



34
35
36
# File 'lib/ass_launcher/support/shell.rb', line 34

def logger
  @logger
end

#search_pathObject

Path for search 1C binaries



7
8
9
# File 'lib/ass_launcher/enterprise.rb', line 7

def search_path
  @search_path
end