Class: AnalyticsOps::Portfolio::Entry
- Inherits:
-
Resources::Value
- Object
- Resources::Value
- AnalyticsOps::Portfolio::Entry
- Defined in:
- lib/analytics_ops/portfolio.rb,
sig/analytics_ops.rbs
Overview
One property/period row in a portfolio summary.
Instance Attribute Summary collapse
-
#active_users ⇒ String
readonly
Returns the value of attribute active_users.
-
#key_events ⇒ String
readonly
Returns the value of attribute key_events.
-
#period ⇒ String
readonly
Returns the value of attribute period.
-
#profile ⇒ String
readonly
Returns the value of attribute profile.
-
#property_id ⇒ String
readonly
Returns the value of attribute property_id.
-
#sessions ⇒ String
readonly
Returns the value of attribute sessions.
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_users ⇒ String (readonly)
Returns the value of attribute active_users.
898 899 900 |
# File 'sig/analytics_ops.rbs', line 898 def active_users @active_users end |
#key_events ⇒ String (readonly)
Returns the value of attribute key_events.
900 901 902 |
# File 'sig/analytics_ops.rbs', line 900 def key_events @key_events end |
#period ⇒ String (readonly)
Returns the value of attribute period.
897 898 899 |
# File 'sig/analytics_ops.rbs', line 897 def period @period end |
#profile ⇒ String (readonly)
Returns the value of attribute profile.
895 896 897 |
# File 'sig/analytics_ops.rbs', line 895 def profile @profile end |
#property_id ⇒ String (readonly)
Returns the value of attribute property_id.
896 897 898 |
# File 'sig/analytics_ops.rbs', line 896 def property_id @property_id end |
#sessions ⇒ String (readonly)
Returns the value of attribute sessions.
899 900 901 |
# File 'sig/analytics_ops.rbs', line 899 def sessions @sessions end |