Class: Factorix::Changelog::Section

Inherits:
Data
  • Object
show all
Defined in:
lib/factorix/changelog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesObject (readonly)

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



16
17
18
# File 'lib/factorix/changelog.rb', line 16

def categories
  @categories
end

#dateObject (readonly)

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



16
17
18
# File 'lib/factorix/changelog.rb', line 16

def date
  @date
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



16
17
18
# File 'lib/factorix/changelog.rb', line 16

def version
  @version
end