Class: AnalyticsOps::Resources::Retention
- Defined in:
- lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs
Overview
Property retention settings.
Instance Attribute Summary collapse
-
#event_data ⇒ String
readonly
Returns the value of attribute event_data.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#reset_on_new_activity ⇒ Boolean
readonly
Returns the value of attribute reset_on_new_activity.
-
#user_data ⇒ String
readonly
Returns the value of attribute user_data.
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
#event_data ⇒ String (readonly)
Returns the value of attribute event_data.
153 154 155 |
# File 'sig/analytics_ops.rbs', line 153 def event_data @event_data end |
#name ⇒ String (readonly)
Returns the value of attribute name.
152 153 154 |
# File 'sig/analytics_ops.rbs', line 152 def name @name end |
#reset_on_new_activity ⇒ Boolean (readonly)
Returns the value of attribute reset_on_new_activity.
155 156 157 |
# File 'sig/analytics_ops.rbs', line 155 def reset_on_new_activity @reset_on_new_activity end |
#user_data ⇒ String (readonly)
Returns the value of attribute user_data.
154 155 156 |
# File 'sig/analytics_ops.rbs', line 154 def user_data @user_data end |