Class: SyncFiles::Sync
- Inherits:
-
Object
- Object
- SyncFiles::Sync
- Defined in:
- lib/sync_files.rb
Instance Method Summary collapse
-
#initialize ⇒ Sync
constructor
A new instance of Sync.
- #run ⇒ Object
Constructor Details
Instance Method Details
#run ⇒ Object
19 20 21 22 23 |
# File 'lib/sync_files.rb', line 19 def run return unless @facade.valid? process_fixtures end |