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
57 58 59 |
# File 'lib/pikuri/sanitizer.rb', line 57 def text @text end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
57 58 59 |
# File 'lib/pikuri/sanitizer.rb', line 57 def warnings @warnings end |