Class: VagrantPlugins::Solidus::SolidusBox::Command

Inherits:
Command
  • Object
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

Constructor Details

This class inherits a constructor from VagrantPlugins::Solidus::Command

Class Method Details

.synopsisObject



7
8
9
# File 'lib/vagrant-solidus/solidus-box/command.rb', line 7

def self.synopsis
  'manages Solidus box'
end

Instance Method Details

#commandObject



11
12
13
# File 'lib/vagrant-solidus/solidus-box/command.rb', line 11

def command
  'solidus-box'
end

#subcommandsObject



15
16
17
# File 'lib/vagrant-solidus/solidus-box/command.rb', line 15

def subcommands
  %w[init]
end