Class: RailsAiBridge::Doctor::Check

Inherits:
Data
  • Object
show all
Defined in:
lib/rails_ai_bridge/doctor/check.rb

Overview

Immutable result row for a single diagnostic check.

Instance Attribute Summary collapse

Instance Attribute Details

#fixObject (readonly)

Returns the value of attribute fix

Returns:

  • (Object)

    the current value of fix



15
# File 'lib/rails_ai_bridge/doctor/check.rb', line 15

Check = Data.define(:name, :status, :message, :fix)

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



15
# File 'lib/rails_ai_bridge/doctor/check.rb', line 15

Check = Data.define(:name, :status, :message, :fix)

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
# File 'lib/rails_ai_bridge/doctor/check.rb', line 15

Check = Data.define(:name, :status, :message, :fix)

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



15
# File 'lib/rails_ai_bridge/doctor/check.rb', line 15

Check = Data.define(:name, :status, :message, :fix)