Class: UR::Serialize::ControlVersion::Data

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

Instance Attribute Summary collapse

Instance Attribute Details

#bugfixObject

Returns the value of attribute bugfix

Returns:

  • (Object)

    the current value of bugfix



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

def bugfix
  @bugfix
end

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



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

def build
  @build
end

#majorObject

Returns the value of attribute major

Returns:

  • (Object)

    the current value of major



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

def major
  @major
end

#minorObject

Returns the value of attribute minor

Returns:

  • (Object)

    the current value of minor



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

def minor
  @minor
end