Class: Enlight::Requests::UpdateUser
- Defined in:
- lib/enlight/requests/update_user.rb
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#company_id ⇒ Object
Returns the value of attribute company_id.
-
#country ⇒ Object
Returns the value of attribute country.
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#email ⇒ Object
Returns the value of attribute email.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#force_password_change ⇒ Object
Returns the value of attribute force_password_change.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#managed_organization_id ⇒ Object
Returns the value of attribute managed_organization_id.
-
#manager_id ⇒ Object
Returns the value of attribute manager_id.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#password ⇒ Object
Returns the value of attribute password.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#phone2 ⇒ Object
Returns the value of attribute phone2.
-
#profile_image_url ⇒ Object
Returns the value of attribute profile_image_url.
-
#role_id ⇒ Object
Returns the value of attribute role_id.
-
#state ⇒ Object
Returns the value of attribute state.
-
#time_zone_id ⇒ Object
Returns the value of attribute time_zone_id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
-
#zip ⇒ Object
Returns the value of attribute zip.
Attributes inherited from Request
Method Summary
Methods inherited from Request
#build_uri, #fetch, #initialize, #resource
Constructor Details
This class inherits a constructor from Enlight::Requests::Request
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
18 19 20 |
# File 'lib/enlight/requests/update_user.rb', line 18 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
19 20 21 |
# File 'lib/enlight/requests/update_user.rb', line 19 def address2 @address2 end |
#city ⇒ Object
Returns the value of attribute city.
20 21 22 |
# File 'lib/enlight/requests/update_user.rb', line 20 def city @city end |
#company_id ⇒ Object
Returns the value of attribute company_id.
13 14 15 |
# File 'lib/enlight/requests/update_user.rb', line 13 def company_id @company_id end |
#country ⇒ Object
Returns the value of attribute country.
22 23 24 |
# File 'lib/enlight/requests/update_user.rb', line 22 def country @country end |
#disabled ⇒ Object
Returns the value of attribute disabled.
15 16 17 |
# File 'lib/enlight/requests/update_user.rb', line 15 def disabled @disabled end |
#email ⇒ Object
Returns the value of attribute email.
6 7 8 |
# File 'lib/enlight/requests/update_user.rb', line 6 def email @email end |
#external_id ⇒ Object
Returns the value of attribute external_id.
10 11 12 |
# File 'lib/enlight/requests/update_user.rb', line 10 def external_id @external_id end |
#first_name ⇒ Object
Returns the value of attribute first_name.
7 8 9 |
# File 'lib/enlight/requests/update_user.rb', line 7 def first_name @first_name end |
#force_password_change ⇒ Object
Returns the value of attribute force_password_change.
28 29 30 |
# File 'lib/enlight/requests/update_user.rb', line 28 def force_password_change @force_password_change end |
#last_name ⇒ Object
Returns the value of attribute last_name.
8 9 10 |
# File 'lib/enlight/requests/update_user.rb', line 8 def last_name @last_name end |
#managed_organization_id ⇒ Object
Returns the value of attribute managed_organization_id.
27 28 29 |
# File 'lib/enlight/requests/update_user.rb', line 27 def managed_organization_id @managed_organization_id end |
#manager_id ⇒ Object
Returns the value of attribute manager_id.
14 15 16 |
# File 'lib/enlight/requests/update_user.rb', line 14 def manager_id @manager_id end |
#middle_name ⇒ Object
Returns the value of attribute middle_name.
11 12 13 |
# File 'lib/enlight/requests/update_user.rb', line 11 def middle_name @middle_name end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
9 10 11 |
# File 'lib/enlight/requests/update_user.rb', line 9 def organization_id @organization_id end |
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/enlight/requests/update_user.rb', line 5 def password @password end |
#phone ⇒ Object
Returns the value of attribute phone.
16 17 18 |
# File 'lib/enlight/requests/update_user.rb', line 16 def phone @phone end |
#phone2 ⇒ Object
Returns the value of attribute phone2.
17 18 19 |
# File 'lib/enlight/requests/update_user.rb', line 17 def phone2 @phone2 end |
#profile_image_url ⇒ Object
Returns the value of attribute profile_image_url.
24 25 26 |
# File 'lib/enlight/requests/update_user.rb', line 24 def profile_image_url @profile_image_url end |
#role_id ⇒ Object
Returns the value of attribute role_id.
26 27 28 |
# File 'lib/enlight/requests/update_user.rb', line 26 def role_id @role_id end |
#state ⇒ Object
Returns the value of attribute state.
21 22 23 |
# File 'lib/enlight/requests/update_user.rb', line 21 def state @state end |
#time_zone_id ⇒ Object
Returns the value of attribute time_zone_id.
25 26 27 |
# File 'lib/enlight/requests/update_user.rb', line 25 def time_zone_id @time_zone_id end |
#title ⇒ Object
Returns the value of attribute title.
12 13 14 |
# File 'lib/enlight/requests/update_user.rb', line 12 def title @title end |
#user_name ⇒ Object
Returns the value of attribute user_name.
4 5 6 |
# File 'lib/enlight/requests/update_user.rb', line 4 def user_name @user_name end |
#zip ⇒ Object
Returns the value of attribute zip.
23 24 25 |
# File 'lib/enlight/requests/update_user.rb', line 23 def zip @zip end |