Class: Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/tablematic/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



4
5
6
7
# File 'lib/tablematic/configuration.rb', line 4

def initialize
  @exclude = []
  @table_class = ''
end

Instance Attribute Details

#excludeObject

Returns the value of attribute exclude.



2
3
4
# File 'lib/tablematic/configuration.rb', line 2

def exclude
  @exclude
end

#table_classObject

Returns the value of attribute table_class.



2
3
4
# File 'lib/tablematic/configuration.rb', line 2

def table_class
  @table_class
end