Method: BitBucket::Result#location
- Defined in:
- lib/bitbucket_rest_api/result.rb
#location ⇒ Object
37 38 39 |
# File 'lib/bitbucket_rest_api/result.rb', line 37 def location loaded? ? @env[:response_headers][LOCATION] : nil end |
37 38 39 |
# File 'lib/bitbucket_rest_api/result.rb', line 37 def location loaded? ? @env[:response_headers][LOCATION] : nil end |