Class: Vers::BazelVersion::Identifier

Inherits:
Struct
  • Object
show all
Defined in:
lib/vers/bazel_version.rb

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



8
9
10
# File 'lib/vers/bazel_version.rb', line 8

def number
  @number
end

#numericObject

Returns the value of attribute numeric

Returns:

  • (Object)

    the current value of numeric



8
9
10
# File 'lib/vers/bazel_version.rb', line 8

def numeric
  @numeric
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



8
9
10
# File 'lib/vers/bazel_version.rb', line 8

def text
  @text
end