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



101
102
103
# File 'lib/fauxpaas/command.rb', line 101

def bin
  "deploy"
end

#extra_keysObject



105
106
107
# File 'lib/fauxpaas/command.rb', line 105

def extra_keys
  [:reference]
end