Class: Fauxpaas::DeployCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/fauxpaas/command.rb

Instance Method Summary collapse

Methods inherited from Command

#default_keys, #execute, #initialize, #keys, #missing, #valid?

Constructor Details

This class inherits a constructor from Fauxpaas::Command

Instance Method Details

#binObject



80
81
82
# File 'lib/fauxpaas/command.rb', line 80

def bin
  "deploy"
end

#extra_keysObject



84
85
86
# File 'lib/fauxpaas/command.rb', line 84

def extra_keys
  [:reference]
end