Class: Vers::PyPIVersion::LocalPart
- Inherits:
-
Data
- Object
- Data
- Vers::PyPIVersion::LocalPart
- Defined in:
- lib/vers/pypi_version.rb
Instance Attribute Summary collapse
-
#numeric ⇒ Object
readonly
Returns the value of attribute numeric.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#numeric ⇒ Object (readonly)
Returns the value of attribute numeric
29 30 31 |
# File 'lib/vers/pypi_version.rb', line 29 def numeric @numeric end |
#value ⇒ Object (readonly)
Returns the value of attribute value
29 30 31 |
# File 'lib/vers/pypi_version.rb', line 29 def value @value end |