Class: XcMetricsAggregator::TableStructure
- Defined in:
- lib/xc_metrics_aggregator/structure/structure.rb
Instance Attribute Summary collapse
-
#headings ⇒ Object
Returns the value of attribute headings.
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#title ⇒ Object
Returns the value of attribute title.
Method Summary
Methods inherited from Structure
Instance Attribute Details
#headings ⇒ Object
Returns the value of attribute headings.
11 12 13 |
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 11 def headings @headings end |
#rows ⇒ Object
Returns the value of attribute rows.
11 12 13 |
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 11 def rows @rows end |
#title ⇒ Object
Returns the value of attribute title.
11 12 13 |
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 11 def title @title end |