Class: RoadForest::HTTP::GraphResponse

Inherits:
BaseResponse show all
Defined in:
lib/roadforest/http/graph-response.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#response, #url

Method Summary

Methods inherited from BaseResponse

#etag, #initialize, #raw_body, #status

Constructor Details

This class inherits a constructor from RoadForest::HTTP::BaseResponse

Instance Attribute Details

#graphObject

Returns the value of attribute graph.



27
28
29
# File 'lib/roadforest/http/graph-response.rb', line 27

def graph
  @graph
end