Class: Pdf::TextReplacer::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/pdf/text_replacer.rb

Overview

Service object: result. +bytes+ the edited PDF; +meta+ the report.

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



30
31
32
# File 'app/services/pdf/text_replacer.rb', line 30

def bytes
  @bytes
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



30
31
32
# File 'app/services/pdf/text_replacer.rb', line 30

def meta
  @meta
end