Class: CorpPdf::ObjectResolver::Entry
- Inherits:
-
Struct
- Object
- Struct
- CorpPdf::ObjectResolver::Entry
- Defined in:
- lib/corp_pdf/object_resolver.rb
Instance Attribute Summary collapse
-
#objstm_index ⇒ Object
Returns the value of attribute objstm_index.
-
#objstm_num ⇒ Object
Returns the value of attribute objstm_num.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#objstm_index ⇒ Object
Returns the value of attribute objstm_index
7 8 9 |
# File 'lib/corp_pdf/object_resolver.rb', line 7 def objstm_index @objstm_index end |
#objstm_num ⇒ Object
Returns the value of attribute objstm_num
7 8 9 |
# File 'lib/corp_pdf/object_resolver.rb', line 7 def objstm_num @objstm_num end |
#offset ⇒ Object
Returns the value of attribute offset
7 8 9 |
# File 'lib/corp_pdf/object_resolver.rb', line 7 def offset @offset end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/corp_pdf/object_resolver.rb', line 7 def type @type end |