Class: WhatTheGem::Changes::BundledSince

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



20
21
22
# File 'lib/whatthegem/changes.rb', line 20

def version
  @version
end

Instance Method Details

#to_hObject



21
22
23
# File 'lib/whatthegem/changes.rb', line 21

def to_h
  {description: "your bundled version: #{version}"}
end