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
28 29 30 |
# File 'lib/exwiw.rb', line 28 def ids @ids end |
#table_name ⇒ Object
Returns the value of attribute table_name
28 29 30 |
# File 'lib/exwiw.rb', line 28 def table_name @table_name end |