class Paperclip::Attachment

Public Instance Methods

content_text() click to toggle source

Returns the content_text of the file as originally extracted, and lives in the <attachment>_content_text attribute of the model.

# File lib/paperclip/document/attachment_extension.rb, line 4
def content_text
  instance_read(:content_text)
end
pages_count() click to toggle source

Returns the pages_count of the file as originally computed, and lives in the <attachment>_pages_count attribute of the model.

# File lib/paperclip/document/attachment_extension.rb, line 9
def pages_count
  instance_read(:pages_count)
end