Class: CommandWrap::Pdf::PagesReceiver

Inherits:
Object
  • Object
show all
Defined in:
lib/command_wrap/pdf.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pagesObject

Returns the value of attribute pages.



34
35
36
# File 'lib/command_wrap/pdf.rb', line 34

def pages
  @pages
end

Instance Method Details

#page_count(pages) ⇒ Object



36
37
38
# File 'lib/command_wrap/pdf.rb', line 36

def page_count (pages)
    @pages = pages
end