Class: AnalyticsOps::Resources::KeyEvent
- Defined in:
- lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs
Overview
Registered key event.
Instance Attribute Summary collapse
-
#counting_method ⇒ String
readonly
Returns the value of attribute counting_method.
-
#event_name ⇒ String
readonly
Returns the value of attribute event_name.
-
#name ⇒ String
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#counting_method ⇒ String (readonly)
Returns the value of attribute counting_method.
161 162 163 |
# File 'sig/analytics_ops.rbs', line 161 def counting_method @counting_method end |
#event_name ⇒ String (readonly)
Returns the value of attribute event_name.
160 161 162 |
# File 'sig/analytics_ops.rbs', line 160 def event_name @event_name end |
#name ⇒ String (readonly)
Returns the value of attribute name.
159 160 161 |
# File 'sig/analytics_ops.rbs', line 159 def name @name end |