Class: YiffSpace::Auth::ExchangeResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/yiffspace/auth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authObject

Returns the value of attribute auth

Returns:

  • (Object)

    the current value of auth



9
10
11
# File 'lib/yiffspace/auth.rb', line 9

def auth
  @auth
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



9
10
11
# File 'lib/yiffspace/auth.rb', line 9

def user
  @user
end