Module: Pvectl::Commands::FeatureCommand::ClassMethods
- Defined in:
- lib/pvectl/commands/feature_command.rb
Overview
Class methods added when the module is included.
Instance Method Summary collapse
-
#execute(args, options, global_options) ⇒ Integer
Executes the feature query command.
Instance Method Details
#execute(args, options, global_options) ⇒ Integer
Executes the feature query command.
35 36 37 |
# File 'lib/pvectl/commands/feature_command.rb', line 35 def execute(args, , ) new(args, , ).execute end |