class RoadForest::HTTP::BaseResponse
Attributes
response[R]
url[R]
Public Class Methods
new(url, response)
click to toggle source
# File lib/roadforest/http/graph-response.rb, line 6 def initialize(url, response) @url, @response = url, response end
Public Instance Methods
etag()
click to toggle source
# File lib/roadforest/http/graph-response.rb, line 10 def etag response.etag end
raw_body()
click to toggle source
# File lib/roadforest/http/graph-response.rb, line 18 def raw_body response.body end
status()
click to toggle source
# File lib/roadforest/http/graph-response.rb, line 14 def status response.status end