# encoding: utf-8 # # Copyright (C) 2011-2012 AdMaster, Inc. module Apimaster::Models class UserMock def self.auth access_token User.new id: 1, email: "hello@admaster.com.cn", username: "hello" end end end