Class: LlmCostTracker::Check

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end