Method: BitBucket::Result#body

Defined in:
lib/bitbucket_rest_api/result.rb

#bodyObject

Returns raw body



54
55
56
# File 'lib/bitbucket_rest_api/result.rb', line 54

def body
  loaded? ? @env[:body] : nil
end