Class: VagrantPlugins::Solidus::SolidusBox::Command
- Inherits:
-
Command
- Object
- Command
- VagrantPlugins::Solidus::SolidusBox::Command
show all
- Defined in:
- lib/vagrant-solidus/solidus-box/command.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Command
#execute, #help, #initialize
Class Method Details
.synopsis ⇒ Object
7
8
9
|
# File 'lib/vagrant-solidus/solidus-box/command.rb', line 7
def self.synopsis
'manages Solidus box'
end
|
Instance Method Details
#command ⇒ Object
11
12
13
|
# File 'lib/vagrant-solidus/solidus-box/command.rb', line 11
def command
'solidus-box'
end
|
#subcommands ⇒ Object
15
16
17
|
# File 'lib/vagrant-solidus/solidus-box/command.rb', line 15
def subcommands
%w[init]
end
|