Class: Apimaster::Mocks::User

Inherits:
Object
  • Object
show all
Defined in:
lib/apimaster/mocks/user.rb

Class Method Summary collapse

Class Method Details

.auth(access_token) ⇒ Object



8
9
10
11
# File 'lib/apimaster/mocks/user.rb', line 8

def self.auth access_token
  Apimaster::Models::User.new id: 1, email: "[email protected]",
    username: "hello", uuid: "1d936f8e-f7f3-11e1-975a-782bcb4b65ed"
end