class RoadForest::HTTP::Response
Attributes
status[RW]
Public Instance Methods
etag()
click to toggle source
# File lib/roadforest/http/message.rb, line 99 def etag headers["ETag"] end
inspection_payload()
click to toggle source
Calls superclass method
RoadForest::HTTP::Message#inspection_payload
# File lib/roadforest/http/message.rb, line 103 def inspection_payload [status] + super end