Class: Tenma::CLI

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

Instance Method Summary collapse

Instance Method Details

#ichibaObject



32
33
34
# File 'lib/tenma/cli.rb', line 32

def ichiba
  Tenma::Ichiba::Command.new(self).execute
end

#prepareObject



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

def prepare
  Tenma::Prepare::Command.new(self).execute
end