Class: StandardHealth::EnvSpec::Entry
- Inherits:
-
Struct
- Object
- Struct
- StandardHealth::EnvSpec::Entry
- Defined in:
- lib/standard_health/env_spec.rb
Overview
Internal entry record. ‘modes` may be an Array<String> or a Symbol alias that gets resolved at audit time.
Instance Attribute Summary collapse
-
#consumed_by ⇒ Object
Returns the value of attribute consumed_by.
-
#description ⇒ Object
Returns the value of attribute description.
-
#group ⇒ Object
Returns the value of attribute group.
-
#if_predicate ⇒ Object
Returns the value of attribute if_predicate.
-
#level ⇒ Object
Returns the value of attribute level.
-
#modes ⇒ Object
Returns the value of attribute modes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#unless_predicate ⇒ Object
Returns the value of attribute unless_predicate.
Instance Attribute Details
#consumed_by ⇒ Object
Returns the value of attribute consumed_by
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def consumed_by @consumed_by end |
#description ⇒ Object
Returns the value of attribute description
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def description @description end |
#group ⇒ Object
Returns the value of attribute group
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def group @group end |
#if_predicate ⇒ Object
Returns the value of attribute if_predicate
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def if_predicate @if_predicate end |
#level ⇒ Object
Returns the value of attribute level
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def level @level end |
#modes ⇒ Object
Returns the value of attribute modes
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def modes @modes end |
#name ⇒ Object
Returns the value of attribute name
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def name @name end |
#unless_predicate ⇒ Object
Returns the value of attribute unless_predicate
47 48 49 |
# File 'lib/standard_health/env_spec.rb', line 47 def unless_predicate @unless_predicate end |