class Configuration

Attributes

exclude[RW]
table_class[RW]

Public Class Methods

new() click to toggle source
# File lib/tablematic/configuration.rb, line 4
def initialize
  @exclude = []
  @table_class = ''
end