Method: Neography::Rest::Relationships#get_relationship

Defined in:
lib/neography/rest/relationships.rb

#get_relationship(id) ⇒ Object



6
7
8
# File 'lib/neography/rest/relationships.rb', line 6

def get_relationship(id)
  @connection.get("/relationship/%{id}" % {:id => get_id(id)})
end