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
Instance Attribute Summary collapse
-
#consumed_by ⇒ Object
Returns the value of attribute consumed_by.
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#description ⇒ Object
Returns the value of attribute description.
-
#expected_value ⇒ Object
Returns the value of attribute expected_value.
-
#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.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
-
#sunset_on ⇒ Object
Returns the value of attribute sunset_on.
-
#unless_predicate ⇒ Object
Returns the value of attribute unless_predicate.
Instance Attribute Details
#consumed_by ⇒ Object
Returns the value of attribute consumed_by
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def consumed_by @consumed_by end |
#deprecated ⇒ Object
Returns the value of attribute deprecated
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def deprecated @deprecated end |
#description ⇒ Object
Returns the value of attribute description
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def description @description end |
#expected_value ⇒ Object
Returns the value of attribute expected_value
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def expected_value @expected_value end |
#group ⇒ Object
Returns the value of attribute group
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def group @group end |
#if_predicate ⇒ Object
Returns the value of attribute if_predicate
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def if_predicate @if_predicate end |
#level ⇒ Object
Returns the value of attribute level
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def level @level end |
#modes ⇒ Object
Returns the value of attribute modes
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def modes @modes end |
#name ⇒ Object
Returns the value of attribute name
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def name @name end |
#replacement ⇒ Object
Returns the value of attribute replacement
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def replacement @replacement end |
#sunset_on ⇒ Object
Returns the value of attribute sunset_on
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def sunset_on @sunset_on end |
#unless_predicate ⇒ Object
Returns the value of attribute unless_predicate
76 77 78 |
# File 'lib/standard_health/env_spec.rb', line 76 def unless_predicate @unless_predicate end |