Class: Insika::Harvest::Criterion::Rule

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/harvest/criterion.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metricObject (readonly)

Returns the value of attribute metric

Returns:

  • (Object)

    the current value of metric



17
18
19
# File 'lib/insika/harvest/criterion.rb', line 17

def metric
  @metric
end

#min_spanObject (readonly)

Returns the value of attribute min_span

Returns:

  • (Object)

    the current value of min_span



17
18
19
# File 'lib/insika/harvest/criterion.rb', line 17

def min_span
  @min_span
end

#thresholdObject (readonly)

Returns the value of attribute threshold

Returns:

  • (Object)

    the current value of threshold



17
18
19
# File 'lib/insika/harvest/criterion.rb', line 17

def threshold
  @threshold
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



17
18
19
# File 'lib/insika/harvest/criterion.rb', line 17

def version
  @version
end

#windowObject (readonly)

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



17
18
19
# File 'lib/insika/harvest/criterion.rb', line 17

def window
  @window
end