Class: JustizSync::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/justiz_sync/cli.rb

Instance Method Summary collapse

Instance Method Details

#syncObject



12
13
14
15
# File 'lib/justiz_sync/cli.rb', line 12

def sync
  transfer = Transfer.new(options)
  transfer.sync
end