Method: AssLauncher::Cmd::Abstract::ClientMode#mode

Defined in:
lib/ass_launcher/cmd.rb

#modeObject

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.



134
135
136
137
138
139
140
141
142
# File 'lib/ass_launcher/cmd.rb', line 134

def mode
  case parrent_command
  when 'designer' then :designer
  when 'thick' then :enterprise
  when 'thin' then :enterprise
  when 'web'  then :webclient
  when 'makeib' then :createinfobase
  end
end