Class: AnalyticsOps::Portfolio::Entry

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

Overview

One property/period row in a portfolio summary.

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

#active_usersString (readonly)

Returns the value of attribute active_users.

Returns:

  • (String)


898
899
900
# File 'sig/analytics_ops.rbs', line 898

def active_users
  @active_users
end

#key_eventsString (readonly)

Returns the value of attribute key_events.

Returns:

  • (String)


900
901
902
# File 'sig/analytics_ops.rbs', line 900

def key_events
  @key_events
end

#periodString (readonly)

Returns the value of attribute period.

Returns:

  • (String)


897
898
899
# File 'sig/analytics_ops.rbs', line 897

def period
  @period
end

#profileString (readonly)

Returns the value of attribute profile.

Returns:

  • (String)


895
896
897
# File 'sig/analytics_ops.rbs', line 895

def profile
  @profile
end

#property_idString (readonly)

Returns the value of attribute property_id.

Returns:

  • (String)


896
897
898
# File 'sig/analytics_ops.rbs', line 896

def property_id
  @property_id
end

#sessionsString (readonly)

Returns the value of attribute sessions.

Returns:

  • (String)


899
900
901
# File 'sig/analytics_ops.rbs', line 899

def sessions
  @sessions
end