Class: CrontabRb::Configuration
- Inherits:
-
Object
- Object
- CrontabRb::Configuration
- Defined in:
- lib/crontab_rb/configuration.rb
Instance Attribute Summary collapse
-
#path_storage ⇒ Object
Returns the value of attribute path_storage.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/crontab_rb/configuration.rb', line 5 def initialize @path_storage = "#{Dir.home}/.crontab_rb/" end |
Instance Attribute Details
#path_storage ⇒ Object
Returns the value of attribute path_storage.
3 4 5 |
# File 'lib/crontab_rb/configuration.rb', line 3 def path_storage @path_storage end |