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.
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status
25 26 27 |
# File 'lib/kamal_backup/command.rb', line 25 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
25 26 27 |
# File 'lib/kamal_backup/command.rb', line 25 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
25 26 27 |
# File 'lib/kamal_backup/command.rb', line 25 def stdout @stdout end |