Class: BigShift::BaseTableCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- BigShift::BaseTableCommand
- Defined in:
- lib/big_shift/commands/base_table_command.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#table_id ⇒ Object
Returns the value of attribute table_id.
Method Summary
Methods inherited from BaseCommand
Instance Attribute Details
#table_id ⇒ Object
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 |