Method: Riptables::TableExport#initialize

Defined in:
lib/riptables/table_export.rb

#initialize(table, options = {}) ⇒ TableExport

Returns a new instance of TableExport.



4
5
6
7
# File 'lib/riptables/table_export.rb', line 4

def initialize(table, options = {})
  @table = table
  @options = options
end