Class: Pikuri::Sanitizer::Result
- Inherits:
-
Data
- Object
- Data
- Pikuri::Sanitizer::Result
- Defined in:
- lib/pikuri/sanitizer.rb
Overview
Instance Attribute Summary collapse
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#text ⇒ Object (readonly)
Returns the value of attribute text
77 78 79 |
# File 'lib/pikuri/sanitizer.rb', line 77 def text @text end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
77 78 79 |
# File 'lib/pikuri/sanitizer.rb', line 77 def warnings @warnings end |