Class: CorpPdf::ObjectResolver::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/corp_pdf/object_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#objstm_indexObject

Returns the value of attribute objstm_index

Returns:

  • (Object)

    the current value of objstm_index



7
8
9
# File 'lib/corp_pdf/object_resolver.rb', line 7

def objstm_index
  @objstm_index
end

#objstm_numObject

Returns the value of attribute objstm_num

Returns:

  • (Object)

    the current value of objstm_num



7
8
9
# File 'lib/corp_pdf/object_resolver.rb', line 7

def objstm_num
  @objstm_num
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



7
8
9
# File 'lib/corp_pdf/object_resolver.rb', line 7

def offset
  @offset
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/corp_pdf/object_resolver.rb', line 7

def type
  @type
end