class Restforce::Document

def ensure_body

def ensure_body
  return true if self.Body?
  raise 'You need to query the Body for the record first.'
end