Class: Vers::PyPIVersion::LocalPart

Inherits:
Data
  • Object
show all
Defined in:
lib/vers/pypi_version.rb

Instance Attribute Summary collapse

Instance Attribute Details

#numericObject (readonly)

Returns the value of attribute numeric

Returns:

  • (Object)

    the current value of numeric



29
30
31
# File 'lib/vers/pypi_version.rb', line 29

def numeric
  @numeric
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



29
30
31
# File 'lib/vers/pypi_version.rb', line 29

def value
  @value
end