Cuprum::Cli

A command-line utility powered by Cuprum that provides tools and utilities for defining command-line tools.

Class: Cuprum::Cli::Dependencies::SystemCommand::CapturedOutput

Parent Namespace
Cuprum::Cli::Dependencies::SystemCommand
Inherited Classes
Data > Object
Defined In
lib/cuprum/cli/dependencies/system_command.rb

Table Of Contents

Overview

Data object representing the captured output and status of a process.

Back To Top

Instance Attributes

#error => Object (readonly)

Returns the value of attribute error

Returns

#output => Object (readonly)

Returns the value of attribute output

Returns

#status => Object (readonly)

Returns the value of attribute status

Returns

Back To Top

Instance Methods

#success? => true, false

Returns

Back To Top


Back to Documentation | Reference | Cuprum | Cuprum::Cli | Cuprum::Cli::Dependencies | Cuprum::Cli::Dependencies::SystemCommand