Class: LlmCostTracker::Integrations::Base::PatchTarget

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

Instance Attribute Summary collapse

Instance Attribute Details

#constant_nameObject (readonly)

Returns the value of attribute constant_name

Returns:

  • (Object)

    the current value of constant_name



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

def constant_name
  @constant_name
end

#method_namesObject (readonly)

Returns the value of attribute method_names

Returns:

  • (Object)

    the current value of method_names



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

def method_names
  @method_names
end

#optionalObject (readonly)

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



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

def optional
  @optional
end

#patchObject (readonly)

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



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

def patch
  @patch
end