class Tenma::CLI

Public Instance Methods

ichiba() click to toggle source
# File lib/tenma/cli.rb, line 32
def ichiba
  Tenma::Ichiba::Command.new(self).execute
end
prepare() click to toggle source
# File lib/tenma/cli.rb, line 16
def prepare
  Tenma::Prepare::Command.new(self).execute
end