class OrientDB::Document

Public Instance Methods

update_attributes(attributes) click to toggle source
# File lib/java-api.rb, line 14
def update_attributes attributes
  attributes.each do |y,x| 
    self[ y ] =  x.to_orient
  end
end