Class: Exwiw::DumpTarget

Inherits:
Struct
  • Object
show all
Defined in:
lib/exwiw.rb

Overview

‘ids_field` optionally overrides which field `–ids` is matched against on the target table. When nil the table’s primary key is used (the historical behavior). Currently only honored by the mongodb adapter.

Instance Attribute Summary collapse

Instance Attribute Details

#idsObject

Returns the value of attribute ids

Returns:

  • (Object)

    the current value of ids



42
43
44
# File 'lib/exwiw.rb', line 42

def ids
  @ids
end

#ids_fieldObject

Returns the value of attribute ids_field

Returns:

  • (Object)

    the current value of ids_field



42
43
44
# File 'lib/exwiw.rb', line 42

def ids_field
  @ids_field
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



42
43
44
# File 'lib/exwiw.rb', line 42

def table_name
  @table_name
end