Class: LlmCostTracker::Integrations::Base::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9

def message
  @message
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9

def status
  @status
end