Class: NextcloudReleaseAgent::CommandResult
- Inherits:
-
Struct
- Object
- Struct
- NextcloudReleaseAgent::CommandResult
- Defined in:
- lib/nextcloud_release_agent/cli.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
16 17 18 |
# File 'lib/nextcloud_release_agent/cli.rb', line 16 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
16 17 18 |
# File 'lib/nextcloud_release_agent/cli.rb', line 16 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
16 17 18 |
# File 'lib/nextcloud_release_agent/cli.rb', line 16 def stdout @stdout end |