Class: SchwarmCli::Git::Result
- Inherits:
-
Struct
- Object
- Struct
- SchwarmCli::Git::Result
- Defined in:
- lib/schwarm_cli/git.rb
Instance Attribute Summary collapse
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#stderr ⇒ Object
Returns the value of attribute stderr
11 12 13 |
# File 'lib/schwarm_cli/git.rb', line 11 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
11 12 13 |
# File 'lib/schwarm_cli/git.rb', line 11 def stdout @stdout end |
#success? ⇒ Object
Returns the value of attribute success?
11 12 13 |
# File 'lib/schwarm_cli/git.rb', line 11
def success?
@success?
end
|