Class: Spider::CommandLine::AssetsCommand
- Defined in:
- lib/spiderfw/cmd/commands/assets.rb
Instance Method Summary collapse
-
#initialize ⇒ AssetsCommand
constructor
A new instance of AssetsCommand.
Constructor Details
#initialize ⇒ AssetsCommand
Returns a new instance of AssetsCommand.
6 7 8 9 |
# File 'lib/spiderfw/cmd/commands/assets.rb', line 6 def initialize super('assets', true, true ) @short_desc = "Gestisci assets" end |