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

#administratorBoolean (readonly)

Returns:

  • (Boolean)


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

def administrator
  @administrator
end

#cell_phoneString (readonly)

Returns:

  • (String)


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

def cell_phone
  @cell_phone
end

#company_nameString (readonly)

Returns:

  • (String)


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

def company_name
  @company_name
end

#email_addressString (readonly)

Returns:

  • (String)


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

def email_address
  @email_address
end

#employee_idInteger (readonly)

Returns:

  • (Integer)


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

def employee_id
  @employee_id
end

#faxString (readonly)

Returns:

  • (String)


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

def fax
  @fax
end

#first_nameString (readonly)

Returns:

  • (String)


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

def first_name
  @first_name
end

#home_phoneString (readonly)

Returns:

  • (String)


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

def home_phone
  @home_phone
end

#last_nameString (readonly)

Returns:

  • (String)


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

def last_name
  @last_name
end

#office_phoneString (readonly)

Returns:

  • (String)


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

def office_phone
  @office_phone
end

#titleString (readonly)

Returns:

  • (String)


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

def title
  @title
end

#user_idString (readonly)

Returns:

  • (String)


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

def user_id
  @user_id
end