Class: YiffSpace::Auth::ExchangeResponse
- Inherits:
-
Struct
- Object
- Struct
- YiffSpace::Auth::ExchangeResponse
- Defined in:
- lib/yiffspace/auth.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
Returns the value of attribute auth.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#auth ⇒ Object
Returns the value of attribute auth
9 10 11 |
# File 'lib/yiffspace/auth.rb', line 9 def auth @auth end |
#user ⇒ Object
Returns the value of attribute user
9 10 11 |
# File 'lib/yiffspace/auth.rb', line 9 def user @user end |