Class: LlmCostTracker::Doctor::Check

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/llm_cost_tracker/doctor/check.rb', line 5

def message
  @message
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/llm_cost_tracker/doctor/check.rb', line 5

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/llm_cost_tracker/doctor/check.rb', line 5

def status
  @status
end