Class: KamalBackup::CommandResult
- Inherits:
-
Struct
- Object
- Struct
- KamalBackup::CommandResult
- Defined in:
- lib/kamal_backup/command.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#streamed ⇒ Object
Returns the value of attribute streamed.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status
27 28 29 |
# File 'lib/kamal_backup/command.rb', line 27 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
27 28 29 |
# File 'lib/kamal_backup/command.rb', line 27 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
27 28 29 |
# File 'lib/kamal_backup/command.rb', line 27 def stdout @stdout end |
#streamed ⇒ Object
Returns the value of attribute streamed
27 28 29 |
# File 'lib/kamal_backup/command.rb', line 27 def streamed @streamed end |