Class: AnalyticsOps::Resources::CustomDimension
- Defined in:
- lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs
Overview
Registered custom dimension.
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#disallow_ads_personalization ⇒ Boolean
readonly
Returns the value of attribute disallow_ads_personalization.
-
#display_name ⇒ String
readonly
Returns the value of attribute display_name.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#parameter_name ⇒ String
readonly
Returns the value of attribute parameter_name.
-
#scope ⇒ String
readonly
Returns the value of attribute scope.
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
#description ⇒ String (readonly)
Returns the value of attribute description.
168 169 170 |
# File 'sig/analytics_ops.rbs', line 168 def description @description end |
#disallow_ads_personalization ⇒ Boolean (readonly)
Returns the value of attribute disallow_ads_personalization.
170 171 172 |
# File 'sig/analytics_ops.rbs', line 170 def disallow_ads_personalization @disallow_ads_personalization end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
167 168 169 |
# File 'sig/analytics_ops.rbs', line 167 def display_name @display_name end |
#name ⇒ String (readonly)
Returns the value of attribute name.
165 166 167 |
# File 'sig/analytics_ops.rbs', line 165 def name @name end |
#parameter_name ⇒ String (readonly)
Returns the value of attribute parameter_name.
166 167 168 |
# File 'sig/analytics_ops.rbs', line 166 def parameter_name @parameter_name end |
#scope ⇒ String (readonly)
Returns the value of attribute scope.
169 170 171 |
# File 'sig/analytics_ops.rbs', line 169 def scope @scope end |