Class: Shipit::Webhooks::Handlers::PullRequest::LabelCapturingHandler
- Inherits:
-
Handler
- Object
- Handler
- Shipit::Webhooks::Handlers::PullRequest::LabelCapturingHandler
- Defined in:
- app/models/shipit/webhooks/handlers/pull_request/label_capturing_handler.rb
Instance Attribute Summary
Attributes inherited from Handler
Instance Method Summary collapse
Methods inherited from Handler
Constructor Details
This class inherits a constructor from Shipit::Webhooks::Handlers::Handler
Instance Method Details
#process ⇒ Object
41 42 43 44 45 46 47 |
# File 'app/models/shipit/webhooks/handlers/pull_request/label_capturing_handler.rb', line 41 def process return unless capture_labels? capture_labels stack end |