Class: ScriptTracker::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration



33
34
35
# File 'lib/script_tracker.rb', line 33

def initialize
  @scripts_path = nil
end

Instance Attribute Details

#scripts_pathObject

Returns the value of attribute scripts_path.



31
32
33
# File 'lib/script_tracker.rb', line 31

def scripts_path
  @scripts_path
end