Class: Booth::Passport
- Inherits:
-
Data
- Object
- Data
- Booth::Passport
- Defined in:
- lib/booth/passport.rb
Instance Attribute Summary collapse
-
#blocked ⇒ Object
readonly
Returns the value of attribute blocked.
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#credential_id ⇒ Object
readonly
Returns the value of attribute credential_id.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#incognito_credential_id ⇒ Object
readonly
Returns the value of attribute incognito_credential_id.
-
#revoked ⇒ Object
readonly
Returns the value of attribute revoked.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Instance Attribute Details
#blocked ⇒ Object (readonly)
Returns the value of attribute blocked
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def blocked @blocked end |
#context ⇒ Object (readonly)
Returns the value of attribute context
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def context @context end |
#credential_id ⇒ Object (readonly)
Returns the value of attribute credential_id
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def credential_id @credential_id end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def domain @domain end |
#incognito_credential_id ⇒ Object (readonly)
Returns the value of attribute incognito_credential_id
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def incognito_credential_id @incognito_credential_id end |
#revoked ⇒ Object (readonly)
Returns the value of attribute revoked
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def revoked @revoked end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def scope @scope end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def session_id @session_id end |
#username ⇒ Object (readonly)
Returns the value of attribute username
4 5 6 |
# File 'lib/booth/passport.rb', line 4 def username @username end |