samvera / ldp

Linked Data Platform.rb client
Other
16 stars 15 forks source link

Getting graph from an existing RDFResource fails #47

Closed barmintor closed 9 years ago

barmintor commented 9 years ago
def graph
   @graph ||= new? ? build_empty_graph : build_graph(get.graph)
 end

the #get method returns an http_client response object, which has no graph method.

jcoyne commented 9 years ago

Closed by #48