class HealthCheckCli::Commands::Command
Attributes
app[RW]
Public Class Methods
new(app)
click to toggle source
# File lib/health_check_cli/commands/command.rb, line 6 def initialize(app) @app = app end
Public Instance Methods
execute(opts = nil)
click to toggle source
# File lib/health_check_cli/commands/command.rb, line 10 def execute(opts = nil) puts 'Command not found. Type `help` for instructions on usage' end