Class: AnalyticsOps::Reports::Recipe

Inherits:
AnalyticsOps::Resources::Value show all
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

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

#dimensionsArray[String] (readonly)

Returns the value of attribute dimensions.

Returns:

  • (Array[String])


413
414
415
# File 'sig/analytics_ops.rbs', line 413

def dimensions
  @dimensions
end

#kindString (readonly)

Returns the value of attribute kind.

Returns:

  • (String)


411
412
413
# File 'sig/analytics_ops.rbs', line 411

def kind
  @kind
end

#metricsArray[String] (readonly)

Returns the value of attribute metrics.

Returns:

  • (Array[String])


414
415
416
# File 'sig/analytics_ops.rbs', line 414

def metrics
  @metrics
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


410
411
412
# File 'sig/analytics_ops.rbs', line 410

def name
  @name
end

#sourceString (readonly)

Returns the value of attribute source.

Returns:

  • (String)


412
413
414
# File 'sig/analytics_ops.rbs', line 412

def source
  @source
end