Method: ActiveOrient::Base#update_attribute

Defined in:
lib/base.rb

#update_attribute(key, value) ⇒ Object



142
143
144
# File 'lib/base.rb', line 142

def update_attribute key, value
  @attributes[key] = value
end