Class: GitAutoCheckout::GitCommit
- Inherits:
-
Object
- Object
- GitAutoCheckout::GitCommit
- Defined in:
- lib/git_auto_checkout/git_commit.rb
Instance Attribute Summary collapse
-
#hash_string ⇒ Object
Internal: Gets/Sets the hash String of this GitCommit.
-
#message ⇒ Object
Internal: Gets/Sets the message String of this GitCommit.
Instance Attribute Details
#hash_string ⇒ Object
Internal: Gets/Sets the hash String of this GitCommit.
4 5 6 |
# File 'lib/git_auto_checkout/git_commit.rb', line 4 def hash_string @hash_string end |
#message ⇒ Object
Internal: Gets/Sets the message String of this GitCommit.
7 8 9 |
# File 'lib/git_auto_checkout/git_commit.rb', line 7 def end |