Class: AnalyticsOps::Reports::Recipe
- Inherits:
-
AnalyticsOps::Resources::Value
- Object
- AnalyticsOps::Resources::Value
- AnalyticsOps::Reports::Recipe
- Defined in:
- lib/analytics_ops/reports/metadata.rb,
sig/analytics_ops.rbs
Overview
One discoverable built-in or configured report recipe.
Instance Attribute Summary collapse
-
#dimensions ⇒ Array[String]
readonly
Returns the value of attribute dimensions.
-
#kind ⇒ String
readonly
Returns the value of attribute kind.
-
#metrics ⇒ Array[String]
readonly
Returns the value of attribute metrics.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#source ⇒ String
readonly
Returns the value of attribute source.
Method Summary
Methods inherited from AnalyticsOps::Resources::Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#dimensions ⇒ Array[String] (readonly)
Returns the value of attribute dimensions.
413 414 415 |
# File 'sig/analytics_ops.rbs', line 413 def dimensions @dimensions end |
#kind ⇒ String (readonly)
Returns the value of attribute kind.
411 412 413 |
# File 'sig/analytics_ops.rbs', line 411 def kind @kind end |
#metrics ⇒ Array[String] (readonly)
Returns the value of attribute metrics.
414 415 416 |
# File 'sig/analytics_ops.rbs', line 414 def metrics @metrics end |
#name ⇒ String (readonly)
Returns the value of attribute name.
410 411 412 |
# File 'sig/analytics_ops.rbs', line 410 def name @name end |
#source ⇒ String (readonly)
Returns the value of attribute source.
412 413 414 |
# File 'sig/analytics_ops.rbs', line 412 def source @source end |