Class: Tumbler::Manager::Change
- Inherits:
-
Struct
- Object
- Struct
- Tumbler::Manager::Change
- Defined in:
- lib/tumbler/manager.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#hash ⇒ Object
Returns the value of attribute hash.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
9 10 11 |
# File 'lib/tumbler/manager.rb', line 9 def @author end |
#hash ⇒ Object
Returns the value of attribute hash
9 10 11 |
# File 'lib/tumbler/manager.rb', line 9 def hash @hash end |
#summary ⇒ Object
Returns the value of attribute summary
9 10 11 |
# File 'lib/tumbler/manager.rb', line 9 def summary @summary end |