Class: Exwiw::DumpTarget
- Inherits:
-
Struct
- Object
- Struct
- Exwiw::DumpTarget
- 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
-
#ids ⇒ Object
Returns the value of attribute ids.
-
#ids_field ⇒ Object
Returns the value of attribute ids_field.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#ids ⇒ Object
Returns the value of attribute ids
42 43 44 |
# File 'lib/exwiw.rb', line 42 def ids @ids end |
#ids_field ⇒ Object
Returns the value of attribute ids_field
42 43 44 |
# File 'lib/exwiw.rb', line 42 def ids_field @ids_field end |
#table_name ⇒ Object
Returns the value of attribute table_name
42 43 44 |
# File 'lib/exwiw.rb', line 42 def table_name @table_name end |