Class: CreditCardSanitizer::Candidate

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

Instance Attribute Summary collapse

Instance Attribute Details

#numbersObject

Returns the value of attribute numbers

Returns:

  • (Object)

    the current value of numbers



70
71
72
# File 'lib/credit_card_sanitizer.rb', line 70

def numbers
  @numbers
end

#postfixObject

Returns the value of attribute postfix

Returns:

  • (Object)

    the current value of postfix



70
71
72
# File 'lib/credit_card_sanitizer.rb', line 70

def postfix
  @postfix
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



70
71
72
# File 'lib/credit_card_sanitizer.rb', line 70

def prefix
  @prefix
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



70
71
72
# File 'lib/credit_card_sanitizer.rb', line 70

def text
  @text
end