Class: AnalyticsOps::Resources::KeyEvent

Inherits:
Value
  • Object
show all
Defined in:
lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs

Overview

Registered key event.

Instance Attribute Summary collapse

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_methodString (readonly)

Returns the value of attribute counting_method.

Returns:

  • (String)


161
162
163
# File 'sig/analytics_ops.rbs', line 161

def counting_method
  @counting_method
end

#event_nameString (readonly)

Returns the value of attribute event_name.

Returns:

  • (String)


160
161
162
# File 'sig/analytics_ops.rbs', line 160

def event_name
  @event_name
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


159
160
161
# File 'sig/analytics_ops.rbs', line 159

def name
  @name
end