Class: WhatTheGem::Changes::SinceFirst

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



32
33
34
# File 'lib/whatthegem/changes.rb', line 32

def version
  @version
end

Instance Method Details

#to_hObject



33
34
35
# File 'lib/whatthegem/changes.rb', line 33

def to_h
  {description: "the first version"}
end