Class: Keywright::UserInfoResult
- Defined in:
- lib/keywright/user_info_result.rb
Instance Attribute Summary collapse
-
#birthdate ⇒ Object
Returns the value of attribute birthdate.
-
#email ⇒ Object
Returns the value of attribute email.
-
#email_verified ⇒ Object
Returns the value of attribute email_verified.
-
#family_name ⇒ Object
Returns the value of attribute family_name.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#given_name ⇒ Object
Returns the value of attribute given_name.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#phone_number_verified ⇒ Object
Returns the value of attribute phone_number_verified.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#preferred_username ⇒ Object
Returns the value of attribute preferred_username.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#sub ⇒ Object
Returns the value of attribute sub.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#website ⇒ Object
Returns the value of attribute website.
-
#zoneinfo ⇒ Object
Returns the value of attribute zoneinfo.
Method Summary
Methods inherited from Result
Constructor Details
This class inherits a constructor from Keywright::Result
Instance Attribute Details
#birthdate ⇒ Object
Returns the value of attribute birthdate.
17 18 19 |
# File 'lib/keywright/user_info_result.rb', line 17 def birthdate @birthdate end |
#email ⇒ Object
Returns the value of attribute email.
14 15 16 |
# File 'lib/keywright/user_info_result.rb', line 14 def email @email end |
#email_verified ⇒ Object
Returns the value of attribute email_verified.
15 16 17 |
# File 'lib/keywright/user_info_result.rb', line 15 def email_verified @email_verified end |
#family_name ⇒ Object
Returns the value of attribute family_name.
7 8 9 |
# File 'lib/keywright/user_info_result.rb', line 7 def family_name @family_name end |
#gender ⇒ Object
Returns the value of attribute gender.
16 17 18 |
# File 'lib/keywright/user_info_result.rb', line 16 def gender @gender end |
#given_name ⇒ Object
Returns the value of attribute given_name.
6 7 8 |
# File 'lib/keywright/user_info_result.rb', line 6 def given_name @given_name end |
#locale ⇒ Object
Returns the value of attribute locale.
19 20 21 |
# File 'lib/keywright/user_info_result.rb', line 19 def locale @locale end |
#middle_name ⇒ Object
Returns the value of attribute middle_name.
8 9 10 |
# File 'lib/keywright/user_info_result.rb', line 8 def middle_name @middle_name end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/keywright/user_info_result.rb', line 5 def name @name end |
#nickname ⇒ Object
Returns the value of attribute nickname.
9 10 11 |
# File 'lib/keywright/user_info_result.rb', line 9 def nickname @nickname end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
20 21 22 |
# File 'lib/keywright/user_info_result.rb', line 20 def phone_number @phone_number end |
#phone_number_verified ⇒ Object
Returns the value of attribute phone_number_verified.
21 22 23 |
# File 'lib/keywright/user_info_result.rb', line 21 def phone_number_verified @phone_number_verified end |
#picture ⇒ Object
Returns the value of attribute picture.
12 13 14 |
# File 'lib/keywright/user_info_result.rb', line 12 def picture @picture end |
#preferred_username ⇒ Object
Returns the value of attribute preferred_username.
10 11 12 |
# File 'lib/keywright/user_info_result.rb', line 10 def preferred_username @preferred_username end |
#profile ⇒ Object
Returns the value of attribute profile.
11 12 13 |
# File 'lib/keywright/user_info_result.rb', line 11 def profile @profile end |
#sub ⇒ Object
Returns the value of attribute sub.
4 5 6 |
# File 'lib/keywright/user_info_result.rb', line 4 def sub @sub end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
3 4 5 |
# File 'lib/keywright/user_info_result.rb', line 3 def updated_at @updated_at end |
#website ⇒ Object
Returns the value of attribute website.
13 14 15 |
# File 'lib/keywright/user_info_result.rb', line 13 def website @website end |
#zoneinfo ⇒ Object
Returns the value of attribute zoneinfo.
18 19 20 |
# File 'lib/keywright/user_info_result.rb', line 18 def zoneinfo @zoneinfo end |