# File lib/cimi/model/base.rb, line 144
  def []=(a, v)
    @attribute_values[a] = v
  end