Class: AnalyticsOps::Health::Finding

Inherits:
Resources::Value show all
Defined in:
lib/analytics_ops/health.rb,
sig/analytics_ops.rbs

Overview

One deterministic analytics health observation.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resources::Value

#==, fields, #hash, #initialize, #to_h

Constructor Details

This class inherits a constructor from AnalyticsOps::Resources::Value

Instance Attribute Details

#actualString? (readonly)

Returns the value of attribute actual.

Returns:

  • (String, nil)


571
572
573
# File 'sig/analytics_ops.rbs', line 571

def actual
  @actual
end

#codeString (readonly)

Returns the value of attribute code.

Returns:

  • (String)


569
570
571
# File 'sig/analytics_ops.rbs', line 569

def code
  @code
end

#expectedString? (readonly)

Returns the value of attribute expected.

Returns:

  • (String, nil)


572
573
574
# File 'sig/analytics_ops.rbs', line 572

def expected
  @expected
end

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


570
571
572
# File 'sig/analytics_ops.rbs', line 570

def message
  @message
end

#severityString (readonly)

Returns the value of attribute severity.

Returns:

  • (String)


568
569
570
# File 'sig/analytics_ops.rbs', line 568

def severity
  @severity
end