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
28 29 30 |
# File 'lib/kamal_backup/command.rb', line 28 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
28 29 30 |
# File 'lib/kamal_backup/command.rb', line 28 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
28 29 30 |
# File 'lib/kamal_backup/command.rb', line 28 def stdout @stdout end |
#streamed ⇒ Object
Returns the value of attribute streamed
28 29 30 |
# File 'lib/kamal_backup/command.rb', line 28 def streamed @streamed end |