Module: HTTY::CLI::HTTPMethodCommand::ClassMethods
- Defined in:
- lib/htty/cli/http_method_command.rb
Overview
Class methods for modules that include HTTY::CLI::HTTPMethodCommand.
Instance Method Summary (collapse)
-
- (Object) category
Returns the name of a category under which help for the command should appear.
Instance Method Details
- (Object) category
Returns the name of a category under which help for the command should appear.
21 22 23 |
# File 'lib/htty/cli/http_method_command.rb', line 21 def category 'Issuing Requests' end |