Method: CloudApp::Drop#raw
- Defined in:
- lib/cloudapp/drop.rb
#raw ⇒ String
Return the drops raw data as a string, useful for returning the text of documents
232 233 234 |
# File 'lib/cloudapp/drop.rb', line 232 def raw @raw ||= HTTParty.get(content_url).to_s end |