Returns raw body
54 55 56
# File 'lib/bitbucket_rest_api/result.rb', line 54 def body loaded? ? @env[:body] : nil end