Method: Pdfmonkey::Document#reload!

Defined in:
lib/pdfmonkey/document.rb

#reload!Object



75
76
77
78
79
# File 'lib/pdfmonkey/document.rb', line 75

def reload!
  attributes = adapter.call(:get, self)
  update(attributes)
  self
end