Module: AssLauncher::Cmd::Abstract::Parameter::IB_PATH Private
- Included in:
- Main::SubCommands::Designer::SubCommands::Run, Main::SubCommands::Thick::SubCommands::Run, Main::SubCommands::Thin::SubCommands::Run, Main::SubCommands::Web::SubCommands::Uri
- 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
- .included(base) ⇒ Object private
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.
485 486 487 488 489 490 491 |
# File 'lib/ass_launcher/cmd.rb', line 485 def self.included(base) base.parameter 'IB_PATH', 'path to infobase like a strings'\ " 'tcp://srv/ref' or 'http[s]://host/path'"\ " or 'path/to/ib'", attribute_name: :ib_path do |s| s end end |