Class: LlmCostTracker::Pricing::Source
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::Source
- Defined in:
- lib/llm_cost_tracker/pricing/source.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#prices ⇒ Object
readonly
Returns the value of attribute prices.
-
#rates ⇒ Object
readonly
Returns the value of attribute rates.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#currency ⇒ Object (readonly)
Returns the value of attribute currency
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5 def currency @currency end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5 def name @name end |
#prices ⇒ Object (readonly)
Returns the value of attribute prices
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5 def prices @prices end |
#rates ⇒ Object (readonly)
Returns the value of attribute rates
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5 def rates @rates end |
#version ⇒ Object (readonly)
Returns the value of attribute version
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5 def version @version end |