Class: NextcloudReleaseAgent::CommandResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/nextcloud_release_agent/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



16
17
18
# File 'lib/nextcloud_release_agent/cli.rb', line 16

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



16
17
18
# File 'lib/nextcloud_release_agent/cli.rb', line 16

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



16
17
18
# File 'lib/nextcloud_release_agent/cli.rb', line 16

def stdout
  @stdout
end