Class: RailsAiContext::Doctor::Check

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Data

#==, #deconstruct, #deconstruct_keys, define, #hash, #initialize, #inspect, members, #members, #to_h, #with

Constructor Details

This class inherits a constructor from Data

Instance Attribute Details

#fixObject (readonly)

Returns the value of attribute fix

Returns:

  • (Object)

    the current value of fix



7
8
9
# File 'lib/rails_ai_context/doctor.rb', line 7

def fix
  @fix
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



7
8
9
# File 'lib/rails_ai_context/doctor.rb', line 7

def message
  @message
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/rails_ai_context/doctor.rb', line 7

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/rails_ai_context/doctor.rb', line 7

def status
  @status
end