Class: ZplRenderer::Sanitizer::Result
- Inherits:
-
Struct
- Object
- Struct
- ZplRenderer::Sanitizer::Result
- Defined in:
- lib/zpl_renderer/sanitizer.rb
Instance Attribute Summary collapse
-
#repairs ⇒ Object
Returns the value of attribute repairs.
-
#zpl ⇒ Object
Returns the value of attribute zpl.
Instance Attribute Details
#repairs ⇒ Object
Returns the value of attribute repairs
19 20 21 |
# File 'lib/zpl_renderer/sanitizer.rb', line 19 def repairs @repairs end |
#zpl ⇒ Object
Returns the value of attribute zpl
19 20 21 |
# File 'lib/zpl_renderer/sanitizer.rb', line 19 def zpl @zpl end |