Class: Keywright::UserInfoResult

Inherits:
Result
  • Object
show all
Defined in:
lib/keywright/user_info_result.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Result

#initialize

Constructor Details

This class inherits a constructor from Keywright::Result

Instance Attribute Details

#birthdateObject

Returns the value of attribute birthdate.



17
18
19
# File 'lib/keywright/user_info_result.rb', line 17

def birthdate
  @birthdate
end

#emailObject

Returns the value of attribute email.



14
15
16
# File 'lib/keywright/user_info_result.rb', line 14

def email
  @email
end

#email_verifiedObject

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_nameObject

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

#genderObject

Returns the value of attribute gender.



16
17
18
# File 'lib/keywright/user_info_result.rb', line 16

def gender
  @gender
end

#given_nameObject

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

#localeObject

Returns the value of attribute locale.



19
20
21
# File 'lib/keywright/user_info_result.rb', line 19

def locale
  @locale
end

#middle_nameObject

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

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/keywright/user_info_result.rb', line 5

def name
  @name
end

#nicknameObject

Returns the value of attribute nickname.



9
10
11
# File 'lib/keywright/user_info_result.rb', line 9

def nickname
  @nickname
end

#phone_numberObject

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_verifiedObject

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

#pictureObject

Returns the value of attribute picture.



12
13
14
# File 'lib/keywright/user_info_result.rb', line 12

def picture
  @picture
end

#preferred_usernameObject

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

#profileObject

Returns the value of attribute profile.



11
12
13
# File 'lib/keywright/user_info_result.rb', line 11

def profile
  @profile
end

#subObject

Returns the value of attribute sub.



4
5
6
# File 'lib/keywright/user_info_result.rb', line 4

def sub
  @sub
end

#updated_atObject

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

#websiteObject

Returns the value of attribute website.



13
14
15
# File 'lib/keywright/user_info_result.rb', line 13

def website
  @website
end

#zoneinfoObject

Returns the value of attribute zoneinfo.



18
19
20
# File 'lib/keywright/user_info_result.rb', line 18

def zoneinfo
  @zoneinfo
end