123456789_123456789_123456789_123456789_123456789_

Class: Selenium::WebDriver::FedCM::Account

Relationships & Source Files
Inherits: Object
Defined in: rb/lib/selenium/webdriver/common/fedcm/account.rb

Overview

Constant Summary

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(**args) ⇒ Account

steep:ignore:start

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 34

def initialize(**args)
  @account_id = args['accountId']
  @email = args['email']
  @name = args['name']
  @given_name = args['givenName']
  @picture_url = args['pictureUrl']
  @idp_config_url = args['idpConfigUrl']
  @login_state = args['loginState']
  @terms_of_service_url = args['termsOfServiceUrl']
  @privacy_policy_url = args['privacyPolicyUrl']
end

Instance Attribute Details

#account_id (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#email (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#given_name (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#idp_config_url (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#login_state (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#name (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#picture_url (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#privacy_policy_url (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url

#terms_of_service_url (readonly)

[ GitHub ]

  
# File 'rb/lib/selenium/webdriver/common/fedcm/account.rb', line 30

attr_reader :, :email, :name, :given_name, :picture_url,
            :idp_config_url, :, :terms_of_service_url, :privacy_policy_url