Class: Landslider::WsEmployee
- Inherits:
-
WsEntity
show all
- Defined in:
- lib/landslider/entities/ws_employee.rb
Instance Attribute Summary (collapse)
Attributes inherited from WsEntity
#entity_id, #entity_name, #entity_type
Method Summary
Methods inherited from WsEntity
#soapify_for
Instance Attribute Details
- (Boolean) administrator
19
20
21
|
# File 'lib/landslider/entities/ws_employee.rb', line 19
def administrator
@administrator
end
|
- (String) cell_phone
10
11
12
|
# File 'lib/landslider/entities/ws_employee.rb', line 10
def cell_phone
@cell_phone
end
|
- (String) company_name
10
11
12
|
# File 'lib/landslider/entities/ws_employee.rb', line 10
def company_name
@company_name
end
|
- (String) email_address
10
11
12
|
# File 'lib/landslider/entities/ws_employee.rb', line 10
def email_address
@email_address
end
|
- (Integer) employee_id
7
8
9
|
# File 'lib/landslider/entities/ws_employee.rb', line 7
def employee_id
@employee_id
end
|
- (String) fax
10
11
12
|
# File 'lib/landslider/entities/ws_employee.rb', line 10
def fax
@fax
end
|
- (String) first_name
13
14
15
|
# File 'lib/landslider/entities/ws_employee.rb', line 13
def first_name
@first_name
end
|
- (String) home_phone
13
14
15
|
# File 'lib/landslider/entities/ws_employee.rb', line 13
def home_phone
@home_phone
end
|
- (String) last_name
13
14
15
|
# File 'lib/landslider/entities/ws_employee.rb', line 13
def last_name
@last_name
end
|
- (String) office_phone
13
14
15
|
# File 'lib/landslider/entities/ws_employee.rb', line 13
def office_phone
@office_phone
end
|
- (String) title
16
17
18
|
# File 'lib/landslider/entities/ws_employee.rb', line 16
def title
@title
end
|
- (String) user_id
16
17
18
|
# File 'lib/landslider/entities/ws_employee.rb', line 16
def user_id
@user_id
end
|