Class: Promptmenot::Sanitizer::SanitizeResult
- Inherits:
-
Struct
- Object
- Struct
- Promptmenot::Sanitizer::SanitizeResult
- Defined in:
- lib/promptmenot/sanitizer.rb
Instance Attribute Summary collapse
-
#changed? ⇒ Object
Returns the value of attribute changed?.
-
#matches ⇒ Object
Returns the value of attribute matches.
-
#original ⇒ Object
Returns the value of attribute original.
-
#sanitized ⇒ Object
Returns the value of attribute sanitized.
Instance Attribute Details
#changed? ⇒ Object
Returns the value of attribute changed?
5 6 7 |
# File 'lib/promptmenot/sanitizer.rb', line 5
def changed?
@changed?
end
|
#matches ⇒ Object
Returns the value of attribute matches
5 6 7 |
# File 'lib/promptmenot/sanitizer.rb', line 5 def matches @matches end |
#original ⇒ Object
Returns the value of attribute original
5 6 7 |
# File 'lib/promptmenot/sanitizer.rb', line 5 def original @original end |
#sanitized ⇒ Object
Returns the value of attribute sanitized
5 6 7 |
# File 'lib/promptmenot/sanitizer.rb', line 5 def sanitized @sanitized end |