Class: FlareUp::Command::Truncate
- Defined in:
- lib/flare_up/command/truncate.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/truncate.rb', line 6 def get_command "TRUNCATE #{@table_name}" end |