Method: TableCopy::PG::Source#fields

Defined in:
lib/table_copy/pg/source.rb

#fieldsObject



39
40
41
# File 'lib/table_copy/pg/source.rb', line 39

def fields
  fields_objects.map(&:name)
end