Class: Gliss::CommitMsg
- Inherits:
-
Struct
- Object
- Struct
- Gliss::CommitMsg
- Defined in:
- lib/gliss.rb
Instance Attribute Summary collapse
-
#log ⇒ Object
Returns the value of attribute log.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log
32 33 34 |
# File 'lib/gliss.rb', line 32 def log @log end |
#sha ⇒ Object
Returns the value of attribute sha
32 33 34 |
# File 'lib/gliss.rb', line 32 def sha @sha end |