Class: GitHack::Commit

Inherits:
Object
  • Object
show all
Defined in:
lib/git-hack/commit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message.



7
8
9
# File 'lib/git-hack/commit.rb', line 7

def message
  @message
end

#shaObject

Returns the value of attribute sha.



7
8
9
# File 'lib/git-hack/commit.rb', line 7

def sha
  @sha
end