Class: Type

Inherits:
Struct
  • Object
show all
Defined in:
lib/changelogko.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



14
15
16
# File 'lib/changelogko.rb', line 14

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/changelogko.rb', line 14

def name
  @name
end