Class: Propel::GitRepository::Result
- Inherits:
-
Struct
- Object
- Struct
- Propel::GitRepository::Result
- Defined in:
- lib/propel/git_repository.rb
Instance Attribute Summary collapse
-
#exitstatus ⇒ Object
Returns the value of attribute exitstatus.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus
3 4 5 |
# File 'lib/propel/git_repository.rb', line 3 def exitstatus @exitstatus end |
#result ⇒ Object
Returns the value of attribute result
3 4 5 |
# File 'lib/propel/git_repository.rb', line 3 def result @result end |