Class: GitAutoCheckout::GitCommit

Inherits:
Object
  • Object
show all
Defined in:
lib/git_auto_checkout/git_commit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hash_stringObject

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

#messageObject

Internal: Gets/Sets the message String of this GitCommit.



7
8
9
# File 'lib/git_auto_checkout/git_commit.rb', line 7

def message
  @message
end