Class: RubynCode::Observability::SkillAnalytics::Entry
- Inherits:
-
Data
- Object
- Data
- RubynCode::Observability::SkillAnalytics::Entry
- Defined in:
- lib/rubyn_code/observability/skill_analytics.rb
Instance Attribute Summary collapse
-
#accepted ⇒ Object
readonly
Returns the value of attribute accepted.
-
#last_referenced_turn ⇒ Object
readonly
Returns the value of attribute last_referenced_turn.
-
#loaded_at_turn ⇒ Object
readonly
Returns the value of attribute loaded_at_turn.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#skill_name ⇒ Object
readonly
Returns the value of attribute skill_name.
-
#tokens_cost ⇒ Object
readonly
Returns the value of attribute tokens_cost.
Instance Attribute Details
#accepted ⇒ Object (readonly)
Returns the value of attribute accepted
14 15 16 |
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14 def accepted @accepted end |
#last_referenced_turn ⇒ Object (readonly)
Returns the value of attribute last_referenced_turn
14 15 16 |
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14 def last_referenced_turn @last_referenced_turn end |
#loaded_at_turn ⇒ Object (readonly)
Returns the value of attribute loaded_at_turn
14 15 16 |
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14 def loaded_at_turn @loaded_at_turn end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
14 15 16 |
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14 def session_id @session_id end |
#skill_name ⇒ Object (readonly)
Returns the value of attribute skill_name
14 15 16 |
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14 def skill_name @skill_name end |
#tokens_cost ⇒ Object (readonly)
Returns the value of attribute tokens_cost
14 15 16 |
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14 def tokens_cost @tokens_cost end |