Class: Booth::Passport

Inherits:
Data
  • Object
show all
Defined in:
lib/booth/passport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockedObject (readonly)

Returns the value of attribute blocked

Returns:

  • (Object)

    the current value of blocked



4
5
6
# File 'lib/booth/passport.rb', line 4

def blocked
  @blocked
end

#contextObject (readonly)

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



4
5
6
# File 'lib/booth/passport.rb', line 4

def context
  @context
end

#credential_idObject (readonly)

Returns the value of attribute credential_id

Returns:

  • (Object)

    the current value of credential_id



4
5
6
# File 'lib/booth/passport.rb', line 4

def credential_id
  @credential_id
end

#domainObject (readonly)

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



4
5
6
# File 'lib/booth/passport.rb', line 4

def domain
  @domain
end

#incognito_credential_idObject (readonly)

Returns the value of attribute incognito_credential_id

Returns:

  • (Object)

    the current value of incognito_credential_id



4
5
6
# File 'lib/booth/passport.rb', line 4

def incognito_credential_id
  @incognito_credential_id
end

#revokedObject (readonly)

Returns the value of attribute revoked

Returns:

  • (Object)

    the current value of revoked



4
5
6
# File 'lib/booth/passport.rb', line 4

def revoked
  @revoked
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



4
5
6
# File 'lib/booth/passport.rb', line 4

def scope
  @scope
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



4
5
6
# File 'lib/booth/passport.rb', line 4

def session_id
  @session_id
end

#usernameObject (readonly)

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



4
5
6
# File 'lib/booth/passport.rb', line 4

def username
  @username
end