Class: Insika::Harvest::Criterion::Rule
- Inherits:
-
Data
- Object
- Data
- Insika::Harvest::Criterion::Rule
- Defined in:
- lib/insika/harvest/criterion.rb
Instance Attribute Summary collapse
-
#metric ⇒ Object
readonly
Returns the value of attribute metric.
-
#min_span ⇒ Object
readonly
Returns the value of attribute min_span.
-
#threshold ⇒ Object
readonly
Returns the value of attribute threshold.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
-
#window ⇒ Object
readonly
Returns the value of attribute window.
Instance Attribute Details
#metric ⇒ Object (readonly)
Returns the value of attribute metric
17 18 19 |
# File 'lib/insika/harvest/criterion.rb', line 17 def metric @metric end |
#min_span ⇒ Object (readonly)
Returns the value of attribute min_span
17 18 19 |
# File 'lib/insika/harvest/criterion.rb', line 17 def min_span @min_span end |
#threshold ⇒ Object (readonly)
Returns the value of attribute threshold
17 18 19 |
# File 'lib/insika/harvest/criterion.rb', line 17 def threshold @threshold end |
#version ⇒ Object (readonly)
Returns the value of attribute version
17 18 19 |
# File 'lib/insika/harvest/criterion.rb', line 17 def version @version end |
#window ⇒ Object (readonly)
Returns the value of attribute window
17 18 19 |
# File 'lib/insika/harvest/criterion.rb', line 17 def window @window end |