Class: Exwiw::DumpTarget
- Inherits:
-
Struct
- Object
- Struct
- Exwiw::DumpTarget
- Defined in:
- lib/exwiw.rb
Instance Attribute Summary collapse
-
#ids ⇒ Object
Returns the value of attribute ids.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#ids ⇒ Object
Returns the value of attribute ids
35 36 37 |
# File 'lib/exwiw.rb', line 35 def ids @ids end |
#table_name ⇒ Object
Returns the value of attribute table_name
35 36 37 |
# File 'lib/exwiw.rb', line 35 def table_name @table_name end |