Class: Bookmark
- Inherits:
-
Object
- Object
- Bookmark
- Defined in:
- lib/pdf_split_bookmark-pdftk.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#page ⇒ Object
Returns the value of attribute page.
-
#pdf ⇒ Object
Returns the value of attribute pdf.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
4 5 6 |
# File 'lib/pdf_split_bookmark-pdftk.rb', line 4 def level @level end |
#page ⇒ Object
Returns the value of attribute page.
4 5 6 |
# File 'lib/pdf_split_bookmark-pdftk.rb', line 4 def page @page end |
#pdf ⇒ Object
Returns the value of attribute pdf.
4 5 6 |
# File 'lib/pdf_split_bookmark-pdftk.rb', line 4 def pdf @pdf end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/pdf_split_bookmark-pdftk.rb', line 4 def title @title end |