Class: FlareUp::Command::DropTable
- Defined in:
- lib/flare_up/command/drop_table.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from FlareUp::Command::Base
Instance Method Details
#get_command ⇒ Object
6 7 8 |
# File 'lib/flare_up/command/drop_table.rb', line 6 def get_command "DROP TABLE #{@table_name} #{@options}" end |