Class: ONEAccess::DataObject::User

Inherits:
Object
  • Object
show all
Defined in:
lib/oneaccess/data_object/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active.



13
14
15
# File 'lib/oneaccess/data_object/user.rb', line 13

def active
  @active
end

#addressObject

Returns the value of attribute address.



17
18
19
# File 'lib/oneaccess/data_object/user.rb', line 17

def address
  @address
end

#emailObject

Returns the value of attribute email.



10
11
12
# File 'lib/oneaccess/data_object/user.rb', line 10

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



8
9
10
# File 'lib/oneaccess/data_object/user.rb', line 8

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/oneaccess/data_object/user.rb', line 7

def id
  @id
end

#is_broker_administratorObject

Returns the value of attribute is_broker_administrator.



15
16
17
# File 'lib/oneaccess/data_object/user.rb', line 15

def is_broker_administrator
  @is_broker_administrator
end

#last_nameObject

Returns the value of attribute last_name.



9
10
11
# File 'lib/oneaccess/data_object/user.rb', line 9

def last_name
  @last_name
end

#organizationObject

Instance of OrganizationLight



16
17
18
# File 'lib/oneaccess/data_object/user.rb', line 16

def organization
  @organization
end

#phoneObject

Returns the value of attribute phone.



11
12
13
# File 'lib/oneaccess/data_object/user.rb', line 11

def phone
  @phone
end

#reg_statusObject

Returns the value of attribute reg_status.



14
15
16
# File 'lib/oneaccess/data_object/user.rb', line 14

def reg_status
  @reg_status
end

#typeObject

Returns the value of attribute type.



12
13
14
# File 'lib/oneaccess/data_object/user.rb', line 12

def type
  @type
end