Class: XcMetricsAggregator::TableStructure

Inherits:
Structure
  • Object
show all
Defined in:
lib/xc_metrics_aggregator/structure/structure.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#format

Instance Attribute Details

#headingsObject

Returns the value of attribute headings.



11
12
13
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 11

def headings
  @headings
end

#rowsObject

Returns the value of attribute rows.



11
12
13
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 11

def rows
  @rows
end

#titleObject

Returns the value of attribute title.



11
12
13
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 11

def title
  @title
end