Class: Lamma::CLI::Show
- Inherits:
-
Object
- Object
- Lamma::CLI::Show
- Defined in:
- lib/lamma/cli/show.rb
Instance Method Summary collapse
-
#initialize(options, function_name, thor) ⇒ Show
constructor
A new instance of Show.
- #run ⇒ Object
Constructor Details
#initialize(options, function_name, thor) ⇒ Show
Returns a new instance of Show.
3 4 5 6 7 8 |
# File 'lib/lamma/cli/show.rb', line 3 def initialize(, function_name, thor) @options = @thor = thor @function_name = function_name @conf_path = [:conf_path] || Lamma::DEFAULT_CONF_PATH end |