Class: Tabulatr::Data::Formatting::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/tabulatr/data/row.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRow

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

#attributesObject

Returns the value of attribute attributes.



3
4
5
# File 'lib/tabulatr/data/row.rb', line 3

def attributes
  @attributes
end