Class: AnalyticsOps::Resources::Account
- Defined in:
- lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs
Overview
Accessible Analytics account summary.
Instance Attribute Summary collapse
-
#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.
-
#properties ⇒ Array[record]
readonly
Returns the value of attribute properties.
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
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
129 130 131 |
# File 'sig/analytics_ops.rbs', line 129 def display_name @display_name end |
#id ⇒ String (readonly)
Returns the value of attribute id.
127 128 129 |
# File 'sig/analytics_ops.rbs', line 127 def id @id end |
#name ⇒ String (readonly)
Returns the value of attribute name.
128 129 130 |
# File 'sig/analytics_ops.rbs', line 128 def name @name end |
#properties ⇒ Array[record] (readonly)
Returns the value of attribute properties.
130 131 132 |
# File 'sig/analytics_ops.rbs', line 130 def properties @properties end |