Class: Envirobly::Git::OUTPUT
- Inherits:
-
Struct
- Object
- Struct
- Envirobly::Git::OUTPUT
- Defined in:
- lib/envirobly/git.rb
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#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
#exit_code ⇒ Object
Returns the value of attribute exit_code
6 7 8 |
# File 'lib/envirobly/git.rb', line 6 def exit_code @exit_code end |
#stderr ⇒ Object
Returns the value of attribute stderr
6 7 8 |
# File 'lib/envirobly/git.rb', line 6 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
6 7 8 |
# File 'lib/envirobly/git.rb', line 6 def stdout @stdout end |
#success? ⇒ Object
Returns the value of attribute success?
6 7 8 |
# File 'lib/envirobly/git.rb', line 6
def success?
@success?
end
|