Class: LibyearRb::RubyVersion

Inherits:
Data
  • Object
show all
Defined in:
lib/libyear_rb/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#engineObject (readonly)

Returns the value of attribute engine

Returns:

  • (Object)

    the current value of engine



13
14
15
# File 'lib/libyear_rb/models.rb', line 13

def engine
  @engine
end

#patchlevelObject (readonly)

Returns the value of attribute patchlevel

Returns:

  • (Object)

    the current value of patchlevel



13
14
15
# File 'lib/libyear_rb/models.rb', line 13

def patchlevel
  @patchlevel
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



13
14
15
# File 'lib/libyear_rb/models.rb', line 13

def version
  @version
end