Class: Chamomile::ShellResult
- Inherits:
-
Data
- Object
- Data
- Chamomile::ShellResult
- Defined in:
- lib/chamomile/commands.rb
Overview
Typed envelope for shell command results
Instance Attribute Summary collapse
-
#envelope ⇒ Object
readonly
Returns the value of attribute envelope.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
-
#success ⇒ Object
readonly
Returns the value of attribute success.
Instance Attribute Details
#envelope ⇒ Object (readonly)
Returns the value of attribute envelope
34 35 36 |
# File 'lib/chamomile/commands.rb', line 34 def envelope @envelope end |
#status ⇒ Object (readonly)
Returns the value of attribute status
34 35 36 |
# File 'lib/chamomile/commands.rb', line 34 def status @status end |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
34 35 36 |
# File 'lib/chamomile/commands.rb', line 34 def stderr @stderr end |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
34 35 36 |
# File 'lib/chamomile/commands.rb', line 34 def stdout @stdout end |
#success ⇒ Object (readonly)
Returns the value of attribute success
34 35 36 |
# File 'lib/chamomile/commands.rb', line 34 def success @success end |