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

Instance Method Details

#categoryObject

Returns the name of a category under which help for the command should appear.



13
14
15
# File 'lib/htty/cli/http_method_command.rb', line 13

def category
  'Issuing Requests'
end