Class: SchwarmCli::Git::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/schwarm_cli/git.rb

Instance Attribute Summary collapse

Instance Attribute Details

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



11
12
13
# File 'lib/schwarm_cli/git.rb', line 11

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



11
12
13
# File 'lib/schwarm_cli/git.rb', line 11

def stdout
  @stdout
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



11
12
13
# File 'lib/schwarm_cli/git.rb', line 11

def success?
  @success?
end