Class: Textus::Manifest::Rules::RuleSet
- Inherits:
-
Data
- Object
- Data
- Textus::Manifest::Rules::RuleSet
- Defined in:
- lib/textus/manifest/rules.rb
Instance Attribute Summary collapse
-
#guard ⇒ Object
readonly
Returns the value of attribute guard.
-
#handler_allowlist ⇒ Object
readonly
Returns the value of attribute handler_allowlist.
-
#lifecycle ⇒ Object
readonly
Returns the value of attribute lifecycle.
Instance Attribute Details
#guard ⇒ Object (readonly)
Returns the value of attribute guard
4 5 6 |
# File 'lib/textus/manifest/rules.rb', line 4 def guard @guard end |
#handler_allowlist ⇒ Object (readonly)
Returns the value of attribute handler_allowlist
4 5 6 |
# File 'lib/textus/manifest/rules.rb', line 4 def handler_allowlist @handler_allowlist end |
#lifecycle ⇒ Object (readonly)
Returns the value of attribute lifecycle
4 5 6 |
# File 'lib/textus/manifest/rules.rb', line 4 def lifecycle @lifecycle end |