Class: Pdf::TextReplacer::Result
- Inherits:
-
Data
- Object
- Data
- Pdf::TextReplacer::Result
- Defined in:
- app/services/pdf/text_replacer.rb
Overview
Service object: result. +bytes+ the edited PDF; +meta+ the report.
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
30 31 32 |
# File 'app/services/pdf/text_replacer.rb', line 30 def bytes @bytes end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
30 31 32 |
# File 'app/services/pdf/text_replacer.rb', line 30 def @meta end |