Class: AnalyticsOps::Reports::ExportResult

Inherits:
AnalyticsOps::Resources::Value show all
Defined in:
lib/analytics_ops/reports/csv_export.rb,
sig/analytics_ops.rbs

Overview

Immutable receipt for one bounded CSV export.

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

#headersArray[String] (readonly)

Returns the value of attribute headers.

Returns:

  • (Array[String])


441
442
443
# File 'sig/analytics_ops.rbs', line 441

def headers
  @headers
end

#pathString (readonly)

Returns the value of attribute path.

Returns:

  • (String)


439
440
441
# File 'sig/analytics_ops.rbs', line 439

def path
  @path
end

#rowsInteger (readonly)

Returns the value of attribute rows.

Returns:

  • (Integer)


440
441
442
# File 'sig/analytics_ops.rbs', line 440

def rows
  @rows
end