Class: Moult::Clones::Result

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

Overview

The Moult-owned result of a detection run. Carries the provenance the contract records; +backend+/+backend_version+ originate here so "flay" stays isolated to this file.

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



40
41
42
# File 'lib/moult/clones.rb', line 40

def backend
  @backend
end

#backend_versionObject

Returns the value of attribute backend_version

Returns:

  • (Object)

    the current value of backend_version



40
41
42
# File 'lib/moult/clones.rb', line 40

def backend_version
  @backend_version
end

#fuzzyObject

Returns the value of attribute fuzzy

Returns:

  • (Object)

    the current value of fuzzy



40
41
42
# File 'lib/moult/clones.rb', line 40

def fuzzy
  @fuzzy
end

#min_massObject

Returns the value of attribute min_mass

Returns:

  • (Object)

    the current value of min_mass



40
41
42
# File 'lib/moult/clones.rb', line 40

def min_mass
  @min_mass
end

#setsObject

Returns the value of attribute sets

Returns:

  • (Object)

    the current value of sets



40
41
42
# File 'lib/moult/clones.rb', line 40

def sets
  @sets
end