Class: Gts::DumpSizeCommand
- Inherits:
-
Command
- Object
- Command
- Gts::DumpSizeCommand
show all
- Defined in:
- lib/gts/commands/dump_size_command.rb
Instance Attribute Summary
Attributes inherited from Command
#args
Instance Method Summary
collapse
Methods inherited from Command
execute, known_commands_descriptions, register
Instance Method Details
#execute ⇒ Object
10
11
12
|
# File 'lib/gts/commands/dump_size_command.rb', line 10
def execute
Gts.storage.size.to_s
end
|