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



76
77
78
# File 'lib/credit_card_sanitizer.rb', line 76

def numbers
  @numbers
end

#postfixObject

Returns the value of attribute postfix

Returns:

  • (Object)

    the current value of postfix



76
77
78
# File 'lib/credit_card_sanitizer.rb', line 76

def postfix
  @postfix
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



76
77
78
# File 'lib/credit_card_sanitizer.rb', line 76

def prefix
  @prefix
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



76
77
78
# File 'lib/credit_card_sanitizer.rb', line 76

def text
  @text
end