Class: Txgh::Handlers::Triggers::PushHandler
- Defined in:
- lib/txgh/handlers/triggers/push_handler.rb
Instance Attribute Summary
Attributes inherited from Handler
#branch, #logger, #project, #repo, #resource_slug
Instance Method Summary collapse
Methods inherited from Handler
Constructor Details
This class inherits a constructor from Txgh::Handlers::Triggers::Handler
Instance Method Details
#execute ⇒ Object
6 7 8 9 |
# File 'lib/txgh/handlers/triggers/push_handler.rb', line 6 def execute pusher.push_slug(resource_slug) respond_with(200, true) end |