Class: ScriptTracker::Configuration
- Inherits:
-
Object
- Object
- ScriptTracker::Configuration
- Defined in:
- lib/script_tracker.rb
Instance Attribute Summary collapse
-
#scripts_path ⇒ Object
Returns the value of attribute scripts_path.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
33 34 35 |
# File 'lib/script_tracker.rb', line 33 def initialize @scripts_path = nil end |
Instance Attribute Details
#scripts_path ⇒ Object
Returns the value of attribute scripts_path.
31 32 33 |
# File 'lib/script_tracker.rb', line 31 def scripts_path @scripts_path end |