Method: Objectmancy::Objectable#mass_update

Defined in:
lib/objectmancy/objectable.rb

#mass_update(attrs = {}) ⇒ Object

Updates the attributes of the object



36
37
38
# File 'lib/objectmancy/objectable.rb', line 36

def mass_update(attrs = {})
  _attributes_update!(attrs)
end