Class: FindSubscriptions::PayeeNormalizer::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/find_subscriptions/payee_normalizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/find_subscriptions/payee_normalizer.rb', line 10

def name
  @name
end

#normalizedObject

Returns the value of attribute normalized

Returns:

  • (Object)

    the current value of normalized



10
11
12
# File 'lib/find_subscriptions/payee_normalizer.rb', line 10

def normalized
  @normalized
end

#regexesObject

Returns the value of attribute regexes

Returns:

  • (Object)

    the current value of regexes



10
11
12
# File 'lib/find_subscriptions/payee_normalizer.rb', line 10

def regexes
  @regexes
end