Class: RubynCode::Observability::SkillAnalytics::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/observability/skill_analytics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptedObject (readonly)

Returns the value of attribute accepted

Returns:

  • (Object)

    the current value of accepted



14
15
16
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14

def accepted
  @accepted
end

#last_referenced_turnObject (readonly)

Returns the value of attribute last_referenced_turn

Returns:

  • (Object)

    the current value of 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_turnObject (readonly)

Returns the value of attribute loaded_at_turn

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



14
15
16
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14

def session_id
  @session_id
end

#skill_nameObject (readonly)

Returns the value of attribute skill_name

Returns:

  • (Object)

    the current value of skill_name



14
15
16
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14

def skill_name
  @skill_name
end

#tokens_costObject (readonly)

Returns the value of attribute tokens_cost

Returns:

  • (Object)

    the current value of tokens_cost



14
15
16
# File 'lib/rubyn_code/observability/skill_analytics.rb', line 14

def tokens_cost
  @tokens_cost
end