Class: KamalBackup::CommandResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/kamal_backup/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



29
30
31
# File 'lib/kamal_backup/command.rb', line 29

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



29
30
31
# File 'lib/kamal_backup/command.rb', line 29

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



29
30
31
# File 'lib/kamal_backup/command.rb', line 29

def stdout
  @stdout
end

#streamedObject

Returns the value of attribute streamed

Returns:

  • (Object)

    the current value of streamed



29
30
31
# File 'lib/kamal_backup/command.rb', line 29

def streamed
  @streamed
end