Method: TotallyTabular::Row#attributes!

Defined in:
lib/totally_tabular/row.rb

#attributes!(attributes = {}) ⇒ Object



9
10
11
# File 'lib/totally_tabular/row.rb', line 9

def attributes!(attributes={})
  @attributes = attributes
end