Class: EY::Serverside::Callbacks::Hooks::App

Inherits:
Base
  • Object
show all
Defined in:
lib/engineyard-serverside/callbacks/hooks/app.rb

Instance Attribute Summary

Attributes inherited from Base

#callback_name, #flavor, #path

Instance Method Summary collapse

Methods inherited from Base

#initialize, #matches?, #read

Constructor Details

This class inherits a constructor from EY::Serverside::Callbacks::Hooks::Base

Instance Method Details

#short_nameObject



13
14
15
# File 'lib/engineyard-serverside/callbacks/hooks/app.rb', line 13

def short_name
  callback_name
end

#to_sObject



9
10
11
# File 'lib/engineyard-serverside/callbacks/hooks/app.rb', line 9

def to_s
  "deploy/#{callback_name}"
end