Class: Promptmenot::Sanitizer::SanitizeResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#changed?Object

Returns the value of attribute changed?

Returns:

  • (Object)

    the current value of changed?



5
6
7
# File 'lib/promptmenot/sanitizer.rb', line 5

def changed?
  @changed?
end

#matchesObject

Returns the value of attribute matches

Returns:

  • (Object)

    the current value of matches



5
6
7
# File 'lib/promptmenot/sanitizer.rb', line 5

def matches
  @matches
end

#originalObject

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



5
6
7
# File 'lib/promptmenot/sanitizer.rb', line 5

def original
  @original
end

#sanitizedObject

Returns the value of attribute sanitized

Returns:

  • (Object)

    the current value of sanitized



5
6
7
# File 'lib/promptmenot/sanitizer.rb', line 5

def sanitized
  @sanitized
end