Class: G

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

Instance Attribute Summary collapse

Instance Attribute Details

#backupObject

Returns the value of attribute backup

Returns:

  • (Object)

    the current value of backup



15
16
17
# File 'lib/git/stash/commit.rb', line 15

def backup
  @backup
end

#patchObject

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



15
16
17
# File 'lib/git/stash/commit.rb', line 15

def patch
  @patch
end

#tmpObject

Returns the value of attribute tmp

Returns:

  • (Object)

    the current value of tmp



15
16
17
# File 'lib/git/stash/commit.rb', line 15

def tmp
  @tmp
end