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