Class: LlmCostTracker::Billing::Components::Component
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Billing::Components::Component
- Defined in:
- lib/llm_cost_tracker/billing/components.rb
Instance Attribute Summary collapse
-
#cache_state ⇒ Object
readonly
Returns the value of attribute cache_state.
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#cost_key ⇒ Object
readonly
Returns the value of attribute cost_key.
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#modality ⇒ Object
readonly
Returns the value of attribute modality.
-
#token_key ⇒ Object
readonly
Returns the value of attribute token_key.
-
#unit ⇒ Object
readonly
Returns the value of attribute unit.
Instance Attribute Details
#cache_state ⇒ Object (readonly)
Returns the value of attribute cache_state
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def cache_state @cache_state end |
#category ⇒ Object (readonly)
Returns the value of attribute category
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def category @category end |
#cost_key ⇒ Object (readonly)
Returns the value of attribute cost_key
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def cost_key @cost_key end |
#direction ⇒ Object (readonly)
Returns the value of attribute direction
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def direction @direction end |
#key ⇒ Object (readonly)
Returns the value of attribute key
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def key @key end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def kind @kind end |
#modality ⇒ Object (readonly)
Returns the value of attribute modality
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def modality @modality end |
#token_key ⇒ Object (readonly)
Returns the value of attribute token_key
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def token_key @token_key end |
#unit ⇒ Object (readonly)
Returns the value of attribute unit
10 11 12 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 10 def unit @unit end |