Method: CloudApp::Drop#raw

Defined in:
lib/cloudapp/drop.rb

#rawString

Return the drops raw data as a string, useful for returning the text of documents

Returns:

  • (String)


232
233
234
# File 'lib/cloudapp/drop.rb', line 232

def raw
  @raw ||= HTTParty.get(content_url).to_s
end