Class: SyncFiles::Sync

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

Instance Method Summary collapse

Constructor Details

#initializeSync

Returns a new instance of Sync.



15
16
17
# File 'lib/sync_files.rb', line 15

def initialize
  @facade = Config::Facade.new
end

Instance Method Details

#runObject



19
20
21
22
23
# File 'lib/sync_files.rb', line 19

def run
  return unless @facade.valid?

  process_fixtures
end