Class: BigShift::BaseTableCommand

Inherits:
BaseCommand show all
Defined in:
lib/big_shift/commands/base_table_command.rb

Direct Known Subclasses

InsertRowsCommand

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseCommand

execute, #execute

Instance Attribute Details

#table_idObject

Returns the value of attribute table_id.



3
4
5
# File 'lib/big_shift/commands/base_table_command.rb', line 3

def table_id
  @table_id
end