Method: VagrantPlugins::Skytap::Connection::Execution#verb

Defined in:
lib/vagrant-skytap/connection.rb

#verbString

The name of the action(s) performed by this execution subclass, e.g. “Connect and use”.

Returns:

Raises:

  • (NotImplementedError)


109
110
111
# File 'lib/vagrant-skytap/connection.rb', line 109

def verb
  raise NotImplementedError.new('Must override')
end