Class: Insika::Harvest::NegativeList::Rule
- Inherits:
-
Data
- Object
- Data
- Insika::Harvest::NegativeList::Rule
- Defined in:
- lib/insika/harvest/negative_list.rb
Instance Attribute Summary collapse
-
#note ⇒ Object
readonly
Returns the value of attribute note.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
-
#regexp ⇒ Object
readonly
Returns the value of attribute regexp.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
Instance Attribute Details
#note ⇒ Object (readonly)
Returns the value of attribute note
18 19 20 |
# File 'lib/insika/harvest/negative_list.rb', line 18 def note @note end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern
18 19 20 |
# File 'lib/insika/harvest/negative_list.rb', line 18 def pattern @pattern end |
#regexp ⇒ Object (readonly)
Returns the value of attribute regexp
18 19 20 |
# File 'lib/insika/harvest/negative_list.rb', line 18 def regexp @regexp end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
18 19 20 |
# File 'lib/insika/harvest/negative_list.rb', line 18 def rule @rule end |