Class: Factorix::Changelog::Section
- Inherits:
-
Data
- Object
- Data
- Factorix::Changelog::Section
- Defined in:
- lib/factorix/changelog.rb
Instance Attribute Summary collapse
-
#categories ⇒ Object
readonly
Returns the value of attribute categories.
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#categories ⇒ Object (readonly)
Returns the value of attribute categories
16 17 18 |
# File 'lib/factorix/changelog.rb', line 16 def categories @categories end |
#date ⇒ Object (readonly)
Returns the value of attribute date
16 17 18 |
# File 'lib/factorix/changelog.rb', line 16 def date @date end |
#version ⇒ Object (readonly)
Returns the value of attribute version
16 17 18 |
# File 'lib/factorix/changelog.rb', line 16 def version @version end |