Class: Moult::Clones::Result
- Inherits:
-
Struct
- Object
- Struct
- Moult::Clones::Result
- 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
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#backend_version ⇒ Object
Returns the value of attribute backend_version.
-
#fuzzy ⇒ Object
Returns the value of attribute fuzzy.
-
#min_mass ⇒ Object
Returns the value of attribute min_mass.
-
#sets ⇒ Object
Returns the value of attribute sets.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
40 41 42 |
# File 'lib/moult/clones.rb', line 40 def backend @backend end |
#backend_version ⇒ Object
Returns the value of attribute backend_version
40 41 42 |
# File 'lib/moult/clones.rb', line 40 def backend_version @backend_version end |
#fuzzy ⇒ Object
Returns the value of attribute fuzzy
40 41 42 |
# File 'lib/moult/clones.rb', line 40 def fuzzy @fuzzy end |
#min_mass ⇒ Object
Returns the value of attribute min_mass
40 41 42 |
# File 'lib/moult/clones.rb', line 40 def min_mass @min_mass end |
#sets ⇒ Object
Returns the value of attribute sets
40 41 42 |
# File 'lib/moult/clones.rb', line 40 def sets @sets end |