Class: GitCurate::Commit
- Inherits:
-
Struct
- Object
- Struct
- GitCurate::Commit
- Defined in:
- lib/git_curate/commit.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#date ⇒ Object
Returns the value of attribute date.
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
3 4 5 |
# File 'lib/git_curate/commit.rb', line 3 def @author end |
#date ⇒ Object
Returns the value of attribute date
3 4 5 |
# File 'lib/git_curate/commit.rb', line 3 def date @date end |
#hash ⇒ Object
Returns the value of attribute hash
3 4 5 |
# File 'lib/git_curate/commit.rb', line 3 def hash @hash end |
#subject ⇒ Object
Returns the value of attribute subject
3 4 5 |
# File 'lib/git_curate/commit.rb', line 3 def subject @subject end |