Class: MasterDataTool::Dump::Executor::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/master_data_tool/dump/executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



6
7
8
# File 'lib/master_data_tool/dump/executor.rb', line 6

def exception
  @exception
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



6
7
8
# File 'lib/master_data_tool/dump/executor.rb', line 6

def table
  @table
end