Class: MasterDataTool::Dump::Executor::Error
- Inherits:
-
Struct
- Object
- Struct
- MasterDataTool::Dump::Executor::Error
- Defined in:
- lib/master_data_tool/dump/executor.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception
6 7 8 |
# File 'lib/master_data_tool/dump/executor.rb', line 6 def exception @exception end |
#table ⇒ Object
Returns the value of attribute table
6 7 8 |
# File 'lib/master_data_tool/dump/executor.rb', line 6 def table @table end |