Class: Enlight::Models::User

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/user.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Enlight::Models::Model

Instance Attribute Details

#address1Object

Returns the value of attribute address1.



18
19
20
# File 'lib/enlight/models/user.rb', line 18

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



19
20
21
# File 'lib/enlight/models/user.rb', line 19

def address2
  @address2
end

#cityObject

Returns the value of attribute city.



20
21
22
# File 'lib/enlight/models/user.rb', line 20

def city
  @city
end

#company_idObject

Returns the value of attribute company_id.



12
13
14
# File 'lib/enlight/models/user.rb', line 12

def company_id
  @company_id
end

#countryObject

Returns the value of attribute country.



22
23
24
# File 'lib/enlight/models/user.rb', line 22

def country
  @country
end

#disabledObject

Returns the value of attribute disabled.



14
15
16
# File 'lib/enlight/models/user.rb', line 14

def disabled
  @disabled
end

#emailObject

Returns the value of attribute email.



15
16
17
# File 'lib/enlight/models/user.rb', line 15

def email
  @email
end

#external_idObject

Returns the value of attribute external_id.



4
5
6
# File 'lib/enlight/models/user.rb', line 4

def external_id
  @external_id
end

#first_nameObject

Returns the value of attribute first_name.



6
7
8
# File 'lib/enlight/models/user.rb', line 6

def first_name
  @first_name
end

#force_password_changeObject

Returns the value of attribute force_password_change.



26
27
28
# File 'lib/enlight/models/user.rb', line 26

def force_password_change
  @force_password_change
end

#last_nameObject

Returns the value of attribute last_name.



7
8
9
# File 'lib/enlight/models/user.rb', line 7

def last_name
  @last_name
end

#manager_idObject

Returns the value of attribute manager_id.



13
14
15
# File 'lib/enlight/models/user.rb', line 13

def manager_id
  @manager_id
end

#middle_nameObject

Returns the value of attribute middle_name.



8
9
10
# File 'lib/enlight/models/user.rb', line 8

def middle_name
  @middle_name
end

#organization_idObject

Returns the value of attribute organization_id.



11
12
13
# File 'lib/enlight/models/user.rb', line 11

def organization_id
  @organization_id
end

#phoneObject

Returns the value of attribute phone.



16
17
18
# File 'lib/enlight/models/user.rb', line 16

def phone
  @phone
end

#phone2Object

Returns the value of attribute phone2.



17
18
19
# File 'lib/enlight/models/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/models/user.rb', line 24

def profile_image_url
  @profile_image_url
end

#stateObject

Returns the value of attribute state.



21
22
23
# File 'lib/enlight/models/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/models/user.rb', line 25

def time_zone_id
  @time_zone_id
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/enlight/models/user.rb', line 5

def title
  @title
end

#user_nameObject

Returns the value of attribute user_name.



10
11
12
# File 'lib/enlight/models/user.rb', line 10

def user_name
  @user_name
end

#zipObject

Returns the value of attribute zip.



23
24
25
# File 'lib/enlight/models/user.rb', line 23

def zip
  @zip
end