Class: AnalyticsOps::Funnels::Step

Inherits:
Resources::Value show all
Defined in:
lib/analytics_ops/funnels.rb,
sig/analytics_ops.rbs

Overview

One named GA4 event in an ordered funnel.

Instance Attribute Summary collapse

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

Returns the value of attribute event_name.

Returns:

  • (String)


508
509
510
# File 'sig/analytics_ops.rbs', line 508

def event_name
  @event_name
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


507
508
509
# File 'sig/analytics_ops.rbs', line 507

def name
  @name
end