Class: Textus::Manifest::Policies::PolicySet
- Inherits:
-
Data
- Object
- Data
- Textus::Manifest::Policies::PolicySet
- Defined in:
- lib/textus/manifest/policies.rb
Instance Attribute Summary collapse
-
#handler_allowlist ⇒ Object
readonly
Returns the value of attribute handler_allowlist.
-
#promote ⇒ Object
readonly
Returns the value of attribute promote.
-
#refresh ⇒ Object
readonly
Returns the value of attribute refresh.
-
#retention ⇒ Object
readonly
Returns the value of attribute retention.
Instance Attribute Details
#handler_allowlist ⇒ Object (readonly)
Returns the value of attribute handler_allowlist
4 5 6 |
# File 'lib/textus/manifest/policies.rb', line 4 def handler_allowlist @handler_allowlist end |
#promote ⇒ Object (readonly)
Returns the value of attribute promote
4 5 6 |
# File 'lib/textus/manifest/policies.rb', line 4 def promote @promote end |
#refresh ⇒ Object (readonly)
Returns the value of attribute refresh
4 5 6 |
# File 'lib/textus/manifest/policies.rb', line 4 def refresh @refresh end |
#retention ⇒ Object (readonly)
Returns the value of attribute retention
4 5 6 |
# File 'lib/textus/manifest/policies.rb', line 4 def retention @retention end |