Class: MintPress::OracleUtils::CLISessionImpl
- Inherits:
-
Object
- Object
- MintPress::OracleUtils::CLISessionImpl
- Includes:
- MintLogger, Utils
- Defined in:
- src/oracle-utils/lib/oracle-utils/cli-session.rb
Properties (Read/Write)
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Constants included from Utils
Instance Method Summary collapse
- #cli_runner(command:, args:, block: nil) ⇒ Object
- #close ⇒ Object
- #find_binary(cli, base_path) ⇒ Object
-
#initialize(transport:, cli:, base_path:, args: "", options: {}) ⇒ CLISessionImpl
constructor
A new instance of CLISessionImpl.
- #method_missing(sym, *args, &block) ⇒ Object
- #wait_for_stdout(pattern:, timeout: @timeout) ⇒ Object
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Methods included from Utils
Constructor Details
#initialize(transport:, cli:, base_path:, args: "", options: {}) ⇒ CLISessionImpl
Returns a new instance of CLISessionImpl.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method