class Data::Formatting::Row

Attributes

attributes[RW]

Public Class Methods

new() click to toggle source
# File lib/tabulatr/data/row.rb, line 5
def initialize
  self.attributes = {class: 'tabulatr-row'}
end