Class: Snaptoken::Commands::Help
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Snaptoken::Commands::Help
- Defined in:
- lib/snaptoken/commands/help.rb
Constant Summary
Constants inherited from BaseCommand
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from BaseCommand
#current_or_latest_step, #current_step, inherited, #initialize, #latest_step, #needs!, #select_step, #step_path, #steps
Constructor Details
This class inherits a constructor from Snaptoken::Commands::BaseCommand
Class Method Details
.name ⇒ Object
2 3 4 |
# File 'lib/snaptoken/commands/help.rb', line 2 def self.name "help" end |
.summary ⇒ Object
6 7 8 |
# File 'lib/snaptoken/commands/help.rb', line 6 def self.summary "Print out this help" end |