Module: Pvectl::Commands::CreateResourceCommand::ClassMethods
- Defined in:
- lib/pvectl/commands/create_resource_command.rb
Overview
Class methods added when the module is included.
Instance Method Summary collapse
-
#execute(args, options, global_options) ⇒ Integer
Executes the create command.
Instance Method Details
#execute(args, options, global_options) ⇒ Integer
Executes the create command.
31 32 33 |
# File 'lib/pvectl/commands/create_resource_command.rb', line 31 def execute(args, , ) new(args, , ).execute end |