class Attio::APIResource

def update_attributes(attributes)

Update attributes
def update_attributes(attributes)
  attributes.each do |key, value|
    self[key] = value
  end
  self
end