Class: AnalyticsOps::Resources::Property
- Defined in:
- lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs
Overview
Normalized GA4 property.
Instance Attribute Summary collapse
-
#can_edit ⇒ Boolean?
readonly
Returns the value of attribute can_edit.
-
#display_name ⇒ String
readonly
Returns the value of attribute display_name.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#parent ⇒ String?
readonly
Returns the value of attribute parent.
-
#property_type ⇒ String
readonly
Returns the value of attribute property_type.
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
#can_edit ⇒ Boolean? (readonly)
Returns the value of attribute can_edit.
139 140 141 |
# File 'sig/analytics_ops.rbs', line 139 def can_edit @can_edit end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
136 137 138 |
# File 'sig/analytics_ops.rbs', line 136 def display_name @display_name end |
#id ⇒ String (readonly)
Returns the value of attribute id.
134 135 136 |
# File 'sig/analytics_ops.rbs', line 134 def id @id end |
#name ⇒ String (readonly)
Returns the value of attribute name.
135 136 137 |
# File 'sig/analytics_ops.rbs', line 135 def name @name end |
#parent ⇒ String? (readonly)
Returns the value of attribute parent.
137 138 139 |
# File 'sig/analytics_ops.rbs', line 137 def parent @parent end |
#property_type ⇒ String (readonly)
Returns the value of attribute property_type.
138 139 140 |
# File 'sig/analytics_ops.rbs', line 138 def property_type @property_type end |