Class: Insika::Harvest::NegativeList::Rule

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

Instance Attribute Summary collapse

Instance Attribute Details

#noteObject (readonly)

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



18
19
20
# File 'lib/insika/harvest/negative_list.rb', line 18

def note
  @note
end

#patternObject (readonly)

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



18
19
20
# File 'lib/insika/harvest/negative_list.rb', line 18

def pattern
  @pattern
end

#regexpObject (readonly)

Returns the value of attribute regexp

Returns:

  • (Object)

    the current value of regexp



18
19
20
# File 'lib/insika/harvest/negative_list.rb', line 18

def regexp
  @regexp
end

#ruleObject (readonly)

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



18
19
20
# File 'lib/insika/harvest/negative_list.rb', line 18

def rule
  @rule
end