Class: Landslider::WsEmployee

Inherits:
WsEntity
  • Object
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 (readonly)

Returns:

  • (Boolean)


19
20
21
# File 'lib/landslider/entities/ws_employee.rb', line 19

def administrator
  @administrator
end

- (String) cell_phone (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_employee.rb', line 10

def cell_phone
  @cell_phone
end

- (String) company_name (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_employee.rb', line 10

def company_name
  @company_name
end

- (String) email_address (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_employee.rb', line 10

def email_address
  @email_address
end

- (Integer) employee_id (readonly)

Returns:

  • (Integer)


7
8
9
# File 'lib/landslider/entities/ws_employee.rb', line 7

def employee_id
  @employee_id
end

- (String) fax (readonly)

Returns:

  • (String)


10
11
12
# File 'lib/landslider/entities/ws_employee.rb', line 10

def fax
  @fax
end

- (String) first_name (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/landslider/entities/ws_employee.rb', line 13

def first_name
  @first_name
end

- (String) home_phone (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/landslider/entities/ws_employee.rb', line 13

def home_phone
  @home_phone
end

- (String) last_name (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/landslider/entities/ws_employee.rb', line 13

def last_name
  @last_name
end

- (String) office_phone (readonly)

Returns:

  • (String)


13
14
15
# File 'lib/landslider/entities/ws_employee.rb', line 13

def office_phone
  @office_phone
end

- (String) title (readonly)

Returns:

  • (String)


16
17
18
# File 'lib/landslider/entities/ws_employee.rb', line 16

def title
  @title
end

- (String) user_id (readonly)

Returns:

  • (String)


16
17
18
# File 'lib/landslider/entities/ws_employee.rb', line 16

def user_id
  @user_id
end