class Acme::Client::Resources::Registration

def assign_attributes(body)

def assign_attributes(body)
  @id = body['id']
  @key = body['key']
  @contact = body['contact']
end