Class: Acrofill::StreamObject

Inherits:
Struct
  • Object
show all
Defined in:
lib/acrofill/document.rb

Overview

A new stream object created by acrofill (appearance streams, stamped content). raw holds the final, already-encoded stream bytes.

Instance Attribute Summary collapse

Instance Attribute Details

#dictObject

Returns the value of attribute dict

Returns:

  • (Object)

    the current value of dict



8
9
10
# File 'lib/acrofill/document.rb', line 8

def dict
  @dict
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



8
9
10
# File 'lib/acrofill/document.rb', line 8

def raw
  @raw
end