Class: BoxCli::DeleteCommand
- Inherits:
-
BoxCommand
- Object
- Command
- BoxCommand
- BoxCli::DeleteCommand
- Defined in:
- lib/box_cli/delete_command.rb
Constant Summary
Constants inherited from Command
Instance Attribute Summary
Attributes inherited from Command
#args, #global_options, #local_options
Instance Method Summary collapse
Methods inherited from BoxCommand
Methods inherited from Command
Constructor Details
This class inherits a constructor from BoxCli::BoxCommand
Instance Method Details
#call ⇒ Object
3 4 5 6 |
# File 'lib/box_cli/delete_command.rb', line 3 def call item_name, = @args wrapper.delete(item_name) end |