Class: EasySync::SyncRunner
- Inherits:
-
Object
- Object
- EasySync::SyncRunner
- Defined in:
- lib/easy_sync/sync_runner.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize ⇒ SyncRunner
constructor
A new instance of SyncRunner.
- #run ⇒ Object
Constructor Details
#initialize ⇒ SyncRunner
Returns a new instance of SyncRunner.
8 9 10 |
# File 'lib/easy_sync/sync_runner.rb', line 8 def initialize() handle_config end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
6 7 8 |
# File 'lib/easy_sync/sync_runner.rb', line 6 def config @config end |