Class: Enlight::Requests::UpdateUser

Inherits:
Request
  • Object
show all
Defined in:
lib/enlight/requests/update_user.rb

Instance Attribute Summary collapse

Attributes inherited from Request

#id

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

#address1Object

Returns the value of attribute address1.



18
19
20
# File 'lib/enlight/requests/update_user.rb', line 18

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



19
20
21
# File 'lib/enlight/requests/update_user.rb', line 19

def address2
  @address2
end

#cityObject

Returns the value of attribute city.



20
21
22
# File 'lib/enlight/requests/update_user.rb', line 20

def city
  @city
end

#company_idObject

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

#countryObject

Returns the value of attribute country.



22
23
24
# File 'lib/enlight/requests/update_user.rb', line 22

def country
  @country
end

#disabledObject

Returns the value of attribute disabled.



15
16
17
# File 'lib/enlight/requests/update_user.rb', line 15

def disabled
  @disabled
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/enlight/requests/update_user.rb', line 6

def email
  @email
end

#external_idObject

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_nameObject

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_changeObject

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_nameObject

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_idObject

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_idObject

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_nameObject

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_idObject

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

#passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/enlight/requests/update_user.rb', line 5

def password
  @password
end

#phoneObject

Returns the value of attribute phone.



16
17
18
# File 'lib/enlight/requests/update_user.rb', line 16

def phone
  @phone
end

#phone2Object

Returns the value of attribute phone2.



17
18
19
# File 'lib/enlight/requests/update_user.rb', line 17

def phone2
  @phone2
end

#profile_image_urlObject

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_idObject

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

#stateObject

Returns the value of attribute state.



21
22
23
# File 'lib/enlight/requests/update_user.rb', line 21

def state
  @state
end

#time_zone_idObject

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

#titleObject

Returns the value of attribute title.



12
13
14
# File 'lib/enlight/requests/update_user.rb', line 12

def title
  @title
end

#user_nameObject

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

#zipObject

Returns the value of attribute zip.



23
24
25
# File 'lib/enlight/requests/update_user.rb', line 23

def zip
  @zip
end