Class: OmniAuth::Strategies::SlackOpenid::INFO_DATA

Inherits:
Struct
  • Object
show all
Defined in:
lib/omniauth/strategies/slack_openid.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def email
  @email
end

#email_verifiedObject

Returns the value of attribute email_verified

Returns:

  • (Object)

    the current value of email_verified



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def email_verified
  @email_verified
end

#family_nameObject

Returns the value of attribute family_name

Returns:

  • (Object)

    the current value of family_name



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def family_name
  @family_name
end

#given_nameObject

Returns the value of attribute given_name

Returns:

  • (Object)

    the current value of given_name



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def given_name
  @given_name
end

#localeObject

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def locale
  @locale
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def name
  @name
end

#pictureObject

Returns the value of attribute picture

Returns:

  • (Object)

    the current value of picture



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def picture
  @picture
end

#team_domainObject

Returns the value of attribute team_domain

Returns:

  • (Object)

    the current value of team_domain



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def team_domain
  @team_domain
end

#team_idObject

Returns the value of attribute team_id

Returns:

  • (Object)

    the current value of team_id



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def team_id
  @team_id
end

#team_nameObject

Returns the value of attribute team_name

Returns:

  • (Object)

    the current value of team_name



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def team_name
  @team_name
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



8
9
10
# File 'lib/omniauth/strategies/slack_openid.rb', line 8

def user_id
  @user_id
end