Class: Voucher::CLI

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

Instance Method Summary collapse

Instance Method Details

#validate(segments_file) ⇒ Object



15
16
17
18
# File 'lib/voucher/cli.rb', line 15

def validate(segments_file)
  configure
  Voucher::Validator.call(segments_file)
end