Module: AssLauncher::Cmd::Abstract::Parameter::IB_PATH_NAME Private

Included in:
Main::SubCommands::MakeIb
Defined in:
lib/ass_launcher/cmd.rb

Overview

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

Mixin Command parameter

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

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.



497
498
499
500
501
502
503
# File 'lib/ass_launcher/cmd.rb', line 497

def self.included(base)
  base.parameter 'IB_PATH | IB_NAME',
                 'PATH for file or NAME for server infobase',
                 attribute_name: :ib_path do |s|
    s
  end
end