Class: BoxCli::BoxCommand
Direct Known Subclasses
AccountInfoCommand, CreateFolderCommand, DeleteCommand, InfoCommand, UploadCommand
Constant Summary
Constants inherited from Command
Instance Attribute Summary
Attributes inherited from Command
#args, #global_options, #local_options
Instance Method Summary collapse
-
#initialize(options, args) ⇒ BoxCommand
constructor
A new instance of BoxCommand.
- #wrapper ⇒ Object
Constructor Details
#initialize(options, args) ⇒ BoxCommand
Returns a new instance of BoxCommand.
3 4 5 6 7 |
# File 'lib/box_cli/box_command.rb', line 3 def initialize(, args) super collect_globals_from_console end |