Class: Giblish::FileHistory::LogEntry
- Inherits:
-
Struct
- Object
- Struct
- Giblish::FileHistory::LogEntry
- Defined in:
- lib/giblish/conversion_info.rb
Overview
History info from git
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#date ⇒ Object
Returns the value of attribute date.
-
#message ⇒ Object
Returns the value of attribute message.
-
#sha1 ⇒ Object
Returns the value of attribute sha1.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
6 7 8 |
# File 'lib/giblish/conversion_info.rb', line 6 def @author end |
#date ⇒ Object
Returns the value of attribute date
6 7 8 |
# File 'lib/giblish/conversion_info.rb', line 6 def date @date end |
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'lib/giblish/conversion_info.rb', line 6 def @message end |
#sha1 ⇒ Object
Returns the value of attribute sha1
6 7 8 |
# File 'lib/giblish/conversion_info.rb', line 6 def sha1 @sha1 end |