Class: Tabulatr::Data::Formatting::Row
- Inherits:
-
Object
- Object
- Tabulatr::Data::Formatting::Row
- Defined in:
- lib/tabulatr/data/row.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
Instance Method Summary collapse
-
#initialize ⇒ Row
constructor
A new instance of Row.
Constructor Details
#initialize ⇒ Row
Returns a new instance of Row.
5 6 7 |
# File 'lib/tabulatr/data/row.rb', line 5 def initialize self.attributes = {class: 'tabulatr-row'} end |
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
3 4 5 |
# File 'lib/tabulatr/data/row.rb', line 3 def attributes @attributes end |