Class: Claws::Rule::UnapprovedRunners
- Defined in:
- lib/claws/rule/unapproved_runners.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
#data ⇒ Object
15 16 17 18 19 |
# File 'lib/claws/rule/unapproved_runners.rb', line 15 def data { 'allowed_runners': allowed_runners } end |