Class: Propel::GitRepository::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/propel/git_repository.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exitstatusObject

Returns the value of attribute exitstatus

Returns:

  • (Object)

    the current value of exitstatus



3
4
5
# File 'lib/propel/git_repository.rb', line 3

def exitstatus
  @exitstatus
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



3
4
5
# File 'lib/propel/git_repository.rb', line 3

def result
  @result
end