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.
-
#rate_basis ⇒ Object
readonly
Returns the value of attribute rate_basis.
-
#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
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def cache_state @cache_state end |
#category ⇒ Object (readonly)
Returns the value of attribute category
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def category @category end |
#cost_key ⇒ Object (readonly)
Returns the value of attribute cost_key
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def cost_key @cost_key end |
#direction ⇒ Object (readonly)
Returns the value of attribute direction
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def direction @direction end |
#key ⇒ Object (readonly)
Returns the value of attribute key
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def key @key end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def kind @kind end |
#modality ⇒ Object (readonly)
Returns the value of attribute modality
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def modality @modality end |
#rate_basis ⇒ Object (readonly)
Returns the value of attribute rate_basis
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def rate_basis @rate_basis end |
#token_key ⇒ Object (readonly)
Returns the value of attribute token_key
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def token_key @token_key end |
#unit ⇒ Object (readonly)
Returns the value of attribute unit
41 42 43 |
# File 'lib/llm_cost_tracker/billing/components.rb', line 41 def unit @unit end |