Class: Claws::Rule::UnsafeCheckout

Inherits:
BaseRule
  • Object
show all
Defined in:
lib/claws/rule/unsafe_checkout.rb

Instance Attribute Summary

Attributes inherited from BaseRule

#configuration, #on_job, #on_step, #on_workflow

Instance Method Summary collapse

Methods inherited from BaseRule

description, extract_value, #initialize, #inspect, #name, name, on_job, on_step, on_workflow, parse_rule, #to_s

Constructor Details

This class inherits a constructor from BaseRule

Instance Method Details

#dataObject



20
21
22
23
24
# File 'lib/claws/rule/unsafe_checkout.rb', line 20

def data
  {
    "risky_events": risky_events
  }
end