Class: SimpleChangelog::Commit
- Inherits:
-
Struct
- Object
- Struct
- SimpleChangelog::Commit
- Defined in:
- app/models/simple_changelog/commit.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
2 3 4 |
# File 'app/models/simple_changelog/commit.rb', line 2 def @author end |
#message ⇒ Object
Returns the value of attribute message
2 3 4 |
# File 'app/models/simple_changelog/commit.rb', line 2 def @message end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'app/models/simple_changelog/commit.rb', line 2 def name @name end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'app/models/simple_changelog/commit.rb', line 2 def type @type end |