Class: AssLauncher::Cmd::Main::SubCommands::Web Private

Inherits:
Abstract::SubCommand show all
Defined in:
lib/ass_launcher/cmd/web.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Modules: SubCommands

Class Method Summary collapse

Methods included from Abstract::SubCommand::Declaration

#declare_subcommands, #subcommand_

Class Method Details

._bannerObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



53
54
55
# File 'lib/ass_launcher/cmd/web.rb', line 53

def self._banner
  '1C:Enterprise Web client'
end

.command_nameObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



49
50
51
# File 'lib/ass_launcher/cmd/web.rb', line 49

def self.command_name
  'web'
end