Class: Shipit::Webhooks::Handlers::PullRequest::LabelCapturingHandler

Inherits:
Handler
  • Object
show all
Defined in:
app/models/shipit/webhooks/handlers/pull_request/label_capturing_handler.rb

Instance Attribute Summary

Attributes inherited from Handler

#params, #payload

Instance Method Summary collapse

Methods inherited from Handler

call, #initialize, params

Constructor Details

This class inherits a constructor from Shipit::Webhooks::Handlers::Handler

Instance Method Details

#processObject



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