Method: PDF::Core::Reference#data

Defined in:
lib/pdf/core/reference.rb

#dataany

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Object data

Returns:

  • (any)


21
22
23
# File 'lib/pdf/core/reference.rb', line 21

def data
  @data
end