Class: StandardHealth::EnvSpec::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/standard_health/env_spec.rb

Overview

Internal entry record. modes may be an Array or a Symbol alias that gets resolved at audit time.

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_byObject

Returns the value of attribute consumed_by

Returns:

  • (Object)

    the current value of consumed_by



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def consumed_by
  @consumed_by
end

#deprecatedObject

Returns the value of attribute deprecated

Returns:

  • (Object)

    the current value of deprecated



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def deprecated
  @deprecated
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def description
  @description
end

#expected_valueObject

Returns the value of attribute expected_value

Returns:

  • (Object)

    the current value of expected_value



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def expected_value
  @expected_value
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def group
  @group
end

#if_predicateObject

Returns the value of attribute if_predicate

Returns:

  • (Object)

    the current value of if_predicate



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def if_predicate
  @if_predicate
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def level
  @level
end

#modesObject

Returns the value of attribute modes

Returns:

  • (Object)

    the current value of modes



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def modes
  @modes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def name
  @name
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def replacement
  @replacement
end

#sunset_onObject

Returns the value of attribute sunset_on

Returns:

  • (Object)

    the current value of sunset_on



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def sunset_on
  @sunset_on
end

#unless_predicateObject

Returns the value of attribute unless_predicate

Returns:

  • (Object)

    the current value of unless_predicate



76
77
78
# File 'lib/standard_health/env_spec.rb', line 76

def unless_predicate
  @unless_predicate
end