Class: Commit
- Inherits:
-
Struct
- Object
- Struct
- Commit
- Defined in:
- lib/mesa_test.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#datetime ⇒ Object
Returns the value of attribute datetime.
-
#message ⇒ Object
Returns the value of attribute message.
-
#revision ⇒ Object
Returns the value of attribute revision.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
15 16 17 |
# File 'lib/mesa_test.rb', line 15 def end |
#datetime ⇒ Object
Returns the value of attribute datetime
15 16 17 |
# File 'lib/mesa_test.rb', line 15 def datetime @datetime end |
#message ⇒ Object
Returns the value of attribute message
15 16 17 |
# File 'lib/mesa_test.rb', line 15 def end |
#revision ⇒ Object
Returns the value of attribute revision
15 16 17 |
# File 'lib/mesa_test.rb', line 15 def revision @revision end |