Class: AnalyticsOps::Reports::ExportResult
- Inherits:
-
AnalyticsOps::Resources::Value
- Object
- AnalyticsOps::Resources::Value
- AnalyticsOps::Reports::ExportResult
- 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
-
#headers ⇒ Array[String]
readonly
Returns the value of attribute headers.
-
#path ⇒ String
readonly
Returns the value of attribute path.
-
#rows ⇒ Integer
readonly
Returns the value of attribute rows.
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
#headers ⇒ Array[String] (readonly)
Returns the value of attribute headers.
441 442 443 |
# File 'sig/analytics_ops.rbs', line 441 def headers @headers end |
#path ⇒ String (readonly)
Returns the value of attribute path.
439 440 441 |
# File 'sig/analytics_ops.rbs', line 439 def path @path end |
#rows ⇒ Integer (readonly)
Returns the value of attribute rows.
440 441 442 |
# File 'sig/analytics_ops.rbs', line 440 def rows @rows end |