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



61
62
63
# File 'lib/credit_card_sanitizer.rb', line 61

def numbers
  @numbers
end

#postfixObject

Returns the value of attribute postfix

Returns:

  • (Object)

    the current value of postfix



61
62
63
# File 'lib/credit_card_sanitizer.rb', line 61

def postfix
  @postfix
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



61
62
63
# File 'lib/credit_card_sanitizer.rb', line 61

def prefix
  @prefix
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



61
62
63
# File 'lib/credit_card_sanitizer.rb', line 61

def text
  @text
end