Class: ONEAccess::DataObject::User
- Inherits:
-
Object
- Object
- ONEAccess::DataObject::User
- Defined in:
- lib/oneaccess/data_object/user.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#address ⇒ Object
Returns the value of attribute address.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_broker_administrator ⇒ Object
Returns the value of attribute is_broker_administrator.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#organization ⇒ Object
Instance of OrganizationLight.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#reg_status ⇒ Object
Returns the value of attribute reg_status.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
13 14 15 |
# File 'lib/oneaccess/data_object/user.rb', line 13 def active @active end |
#address ⇒ Object
Returns the value of attribute address.
17 18 19 |
# File 'lib/oneaccess/data_object/user.rb', line 17 def address @address end |
#email ⇒ Object
Returns the value of attribute email.
10 11 12 |
# File 'lib/oneaccess/data_object/user.rb', line 10 def email @email end |
#first_name ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/oneaccess/data_object/user.rb', line 7 def id @id end |
#is_broker_administrator ⇒ Object
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_name ⇒ Object
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 |
#organization ⇒ Object
Instance of OrganizationLight
16 17 18 |
# File 'lib/oneaccess/data_object/user.rb', line 16 def organization @organization end |
#phone ⇒ Object
Returns the value of attribute phone.
11 12 13 |
# File 'lib/oneaccess/data_object/user.rb', line 11 def phone @phone end |
#reg_status ⇒ Object
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 |
#type ⇒ Object
Returns the value of attribute type.
12 13 14 |
# File 'lib/oneaccess/data_object/user.rb', line 12 def type @type end |