Class: G
- Inherits:
-
Struct
- Object
- Struct
- G
- Defined in:
- lib/git/stash/commit.rb
Instance Attribute Summary collapse
-
#backup ⇒ Object
Returns the value of attribute backup.
-
#patch ⇒ Object
Returns the value of attribute patch.
-
#tmp ⇒ Object
Returns the value of attribute tmp.
Instance Attribute Details
#backup ⇒ Object
Returns the value of attribute backup
15 16 17 |
# File 'lib/git/stash/commit.rb', line 15 def backup @backup end |
#patch ⇒ Object
Returns the value of attribute patch
15 16 17 |
# File 'lib/git/stash/commit.rb', line 15 def patch @patch end |
#tmp ⇒ Object
Returns the value of attribute tmp
15 16 17 |
# File 'lib/git/stash/commit.rb', line 15 def tmp @tmp end |