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