Class: Rezept::Cli
- Inherits:
-
Thor
- Object
- Thor
- Rezept::Cli
- Defined in:
- lib/rezept/cli.rb
Instance Method Summary collapse
- #apply ⇒ Object
- #convert ⇒ Object
- #export ⇒ Object
-
#initialize(*args) ⇒ Cli
constructor
A new instance of Cli.
- #put_inventory ⇒ Object
- #run_command ⇒ Object
Constructor Details
Instance Method Details
#apply ⇒ Object
27 28 29 |
# File 'lib/rezept/cli.rb', line 27 def apply @actions.apply() end |
#convert ⇒ Object
36 37 38 |
# File 'lib/rezept/cli.rb', line 36 def convert @actions.convert() end |
#export ⇒ Object
21 22 23 |
# File 'lib/rezept/cli.rb', line 21 def export @actions.export() end |
#put_inventory ⇒ Object
58 59 60 |
# File 'lib/rezept/cli.rb', line 58 def put_inventory @actions.put_inventory() end |
#run_command ⇒ Object
49 50 51 |
# File 'lib/rezept/cli.rb', line 49 def run_command @actions.run_command() end |