Class: AnalyticsOps::Funnels::Step
- Inherits:
-
Resources::Value
- Object
- Resources::Value
- AnalyticsOps::Funnels::Step
- Defined in:
- lib/analytics_ops/funnels.rb,
sig/analytics_ops.rbs
Overview
One named GA4 event in an ordered funnel.
Instance Attribute Summary collapse
-
#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 Resources::Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#event_name ⇒ String (readonly)
Returns the value of attribute event_name.
508 509 510 |
# File 'sig/analytics_ops.rbs', line 508 def event_name @event_name end |
#name ⇒ String (readonly)
Returns the value of attribute name.
507 508 509 |
# File 'sig/analytics_ops.rbs', line 507 def name @name end |