Class: Spider::CommandLine::AssetsCommand

Inherits:
CmdParse::Command
  • Object
show all
Defined in:
lib/spiderfw/cmd/commands/assets.rb

Instance Method Summary collapse

Constructor Details

#initializeAssetsCommand

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