Class: DevSuite::Utils::Table::Row
- Inherits:
-
Object
- Object
- DevSuite::Utils::Table::Row
- Defined in:
- lib/dev_suite/utils/table/row.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ Row
constructor
A new instance of Row.
Constructor Details
#initialize(data) ⇒ Row
Returns a new instance of Row.
9 10 11 |
# File 'lib/dev_suite/utils/table/row.rb', line 9 def initialize(data) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
7 8 9 |
# File 'lib/dev_suite/utils/table/row.rb', line 7 def data @data end |