Class: LlmCostTracker::Integrations::Base::PatchTarget
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Integrations::Base::PatchTarget
- Defined in:
- lib/llm_cost_tracker/integrations/base.rb
Instance Attribute Summary collapse
-
#constant_name ⇒ Object
readonly
Returns the value of attribute constant_name.
-
#method_names ⇒ Object
readonly
Returns the value of attribute method_names.
-
#optional ⇒ Object
readonly
Returns the value of attribute optional.
-
#patch ⇒ Object
readonly
Returns the value of attribute patch.
Instance Attribute Details
#constant_name ⇒ Object (readonly)
Returns the value of attribute constant_name
9 10 11 |
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9 def constant_name @constant_name end |
#method_names ⇒ Object (readonly)
Returns the value of attribute method_names
9 10 11 |
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9 def method_names @method_names end |
#optional ⇒ Object (readonly)
Returns the value of attribute optional
9 10 11 |
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9 def optional @optional end |
#patch ⇒ Object (readonly)
Returns the value of attribute patch
9 10 11 |
# File 'lib/llm_cost_tracker/integrations/base.rb', line 9 def patch @patch end |