Class: Sdkey::ClientAuthResult
- Inherits:
-
Struct
- Object
- Struct
- Sdkey::ClientAuthResult
- Defined in:
- lib/sdkey/types.rb
Overview
Result of register / login / upgrade (plaintext client auth).
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#error ⇒ Object
Returns the value of attribute error.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#license ⇒ Object
Returns the value of attribute license.
-
#session ⇒ Object
Returns the value of attribute session.
-
#session_token ⇒ Object
Returns the value of attribute session_token.
-
#success ⇒ Object
Returns the value of attribute success.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def code @code end |
#error ⇒ Object
Returns the value of attribute error
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def error @error end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def expires_at @expires_at end |
#license ⇒ Object
Returns the value of attribute license
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def license @license end |
#session ⇒ Object
Returns the value of attribute session
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def session @session end |
#session_token ⇒ Object
Returns the value of attribute session_token
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def session_token @session_token end |
#success ⇒ Object
Returns the value of attribute success
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def success @success end |
#user ⇒ Object
Returns the value of attribute user
56 57 58 |
# File 'lib/sdkey/types.rb', line 56 def user @user end |