Class: Vers::BazelVersion::Identifier
- Inherits:
-
Struct
- Object
- Struct
- Vers::BazelVersion::Identifier
- Defined in:
- lib/vers/bazel_version.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#numeric ⇒ Object
Returns the value of attribute numeric.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number
8 9 10 |
# File 'lib/vers/bazel_version.rb', line 8 def number @number end |
#numeric ⇒ Object
Returns the value of attribute numeric
8 9 10 |
# File 'lib/vers/bazel_version.rb', line 8 def numeric @numeric end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/vers/bazel_version.rb', line 8 def text @text end |