Class: Giblish::GitSummaryDataProvider::CommitInfo
- Inherits:
-
Struct
- Object
- Struct
- Giblish::GitSummaryDataProvider::CommitInfo
- Defined in:
- lib/giblish/gitrepos/gitsummaryprovider.rb
Instance Attribute Summary collapse
-
#committer ⇒ Object
Returns the value of attribute committer.
-
#datetime ⇒ Object
Returns the value of attribute datetime.
-
#message ⇒ Object
Returns the value of attribute message.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Attribute Details
#committer ⇒ Object
Returns the value of attribute committer
8 9 10 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8 def committer @committer end |
#datetime ⇒ Object
Returns the value of attribute datetime
8 9 10 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8 def datetime @datetime end |
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8 def @message end |
#sha ⇒ Object
Returns the value of attribute sha
8 9 10 |
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8 def sha @sha end |