Class: FindSubscriptions::PayeeNormalizer::Rule
- Inherits:
-
Struct
- Object
- Struct
- FindSubscriptions::PayeeNormalizer::Rule
- Defined in:
- lib/find_subscriptions/payee_normalizer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#normalized ⇒ Object
Returns the value of attribute normalized.
-
#regexes ⇒ Object
Returns the value of attribute regexes.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/find_subscriptions/payee_normalizer.rb', line 10 def name @name end |
#normalized ⇒ Object
Returns the value of attribute normalized
10 11 12 |
# File 'lib/find_subscriptions/payee_normalizer.rb', line 10 def normalized @normalized end |
#regexes ⇒ Object
Returns the value of attribute regexes
10 11 12 |
# File 'lib/find_subscriptions/payee_normalizer.rb', line 10 def regexes @regexes end |