Class: Softlayer::User::Employee

Inherits:
Interface show all
Defined in:
lib/softlayer/user/employee.rb,
lib/softlayer/user/employee/department.rb

Defined Under Namespace

Classes: Department, Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#action_countObject

Returns the value of attribute action_count.



12
13
14
# File 'lib/softlayer/user/employee.rb', line 12

def action_count
  @action_count
end

#actionsObject

Returns the value of attribute actions.



18
19
20
# File 'lib/softlayer/user/employee.rb', line 18

def actions
  @actions
end

#chat_transcriptObject

Returns the value of attribute chat_transcript.



19
20
21
# File 'lib/softlayer/user/employee.rb', line 19

def chat_transcript
  @chat_transcript
end

#chat_transcript_countObject

Returns the value of attribute chat_transcript_count.



13
14
15
# File 'lib/softlayer/user/employee.rb', line 13

def chat_transcript_count
  @chat_transcript_count
end

#display_nameObject

Returns the value of attribute display_name.



5
6
7
# File 'lib/softlayer/user/employee.rb', line 5

def display_name
  @display_name
end

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/softlayer/user/employee.rb', line 6

def email
  @email
end

#employee_departmentObject

Returns the value of attribute employee_department.



20
21
22
# File 'lib/softlayer/user/employee.rb', line 20

def employee_department
  @employee_department
end

#employee_department_idObject

Returns the value of attribute employee_department_id.



7
8
9
# File 'lib/softlayer/user/employee.rb', line 7

def employee_department_id
  @employee_department_id
end

#first_nameObject

Returns the value of attribute first_name.



8
9
10
# File 'lib/softlayer/user/employee.rb', line 8

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



9
10
11
# File 'lib/softlayer/user/employee.rb', line 9

def last_name
  @last_name
end

#layout_profile_countObject

Returns the value of attribute layout_profile_count.



14
15
16
# File 'lib/softlayer/user/employee.rb', line 14

def layout_profile_count
  @layout_profile_count
end

#layout_profilesObject

Returns the value of attribute layout_profiles.



21
22
23
# File 'lib/softlayer/user/employee.rb', line 21

def layout_profiles
  @layout_profiles
end

#metric_tracking_objectObject

Returns the value of attribute metric_tracking_object.



22
23
24
# File 'lib/softlayer/user/employee.rb', line 22

def metric_tracking_object
  @metric_tracking_object
end

#office_phoneObject

Returns the value of attribute office_phone.



10
11
12
# File 'lib/softlayer/user/employee.rb', line 10

def office_phone
  @office_phone
end

#role_countObject

Returns the value of attribute role_count.



15
16
17
# File 'lib/softlayer/user/employee.rb', line 15

def role_count
  @role_count
end

#rolesObject

Returns the value of attribute roles.



23
24
25
# File 'lib/softlayer/user/employee.rb', line 23

def roles
  @roles
end

#ticket_activitiesObject

Returns the value of attribute ticket_activities.



24
25
26
# File 'lib/softlayer/user/employee.rb', line 24

def ticket_activities
  @ticket_activities
end

#ticket_activity_countObject

Returns the value of attribute ticket_activity_count.



16
17
18
# File 'lib/softlayer/user/employee.rb', line 16

def ticket_activity_count
  @ticket_activity_count
end

#ticket_attachment_reference_countObject

Returns the value of attribute ticket_attachment_reference_count.



17
18
19
# File 'lib/softlayer/user/employee.rb', line 17

def ticket_attachment_reference_count
  @ticket_attachment_reference_count
end

#ticket_attachment_referencesObject

Returns the value of attribute ticket_attachment_references.



25
26
27
# File 'lib/softlayer/user/employee.rb', line 25

def ticket_attachment_references
  @ticket_attachment_references
end

#usernameObject

Returns the value of attribute username.



11
12
13
# File 'lib/softlayer/user/employee.rb', line 11

def username
  @username
end