Class: OldSql::ReportDesign::Row
- Inherits:
-
Object
- Object
- OldSql::ReportDesign::Row
- Defined in:
- lib/old_sql/report_design/row.rb
Instance Attribute Summary collapse
-
#cells ⇒ Object
Returns the value of attribute cells.
-
#data ⇒ Object
Returns the value of attribute data.
Instance Method Summary collapse
- #cell(index) ⇒ Object
-
#initialize(value) ⇒ Row
constructor
A new instance of Row.
Constructor Details
Instance Attribute Details
#cells ⇒ Object
Returns the value of attribute cells.
4 5 6 |
# File 'lib/old_sql/report_design/row.rb', line 4 def cells @cells end |
#data ⇒ Object
Returns the value of attribute data.
4 5 6 |
# File 'lib/old_sql/report_design/row.rb', line 4 def data @data end |
Instance Method Details
#cell(index) ⇒ Object
15 16 17 |
# File 'lib/old_sql/report_design/row.rb', line 15 def cell(index) @cells[index] end |