Method: Rubigraph::Edge#set_attribute

Defined in:
lib/rubigraph.rb

#set_attribute(att, value) ⇒ Object



99
100
101
# File 'lib/rubigraph.rb', line 99

def set_attribute(att, value)
  Rubigraph.call('ubigraph.set_edge_attribute', @id, att, value.to_s)
end