Class: GitHack::Commit
- Inherits:
-
Object
- Object
- GitHack::Commit
- Defined in:
- lib/git-hack/commit.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
7 8 9 |
# File 'lib/git-hack/commit.rb', line 7 def @message end |
#sha ⇒ Object
Returns the value of attribute sha.
7 8 9 |
# File 'lib/git-hack/commit.rb', line 7 def sha @sha end |