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