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