Class: Softlayer::Ticket::Update

Inherits:
Entity show all
Defined in:
lib/softlayer/ticket/update.rb,
lib/softlayer/ticket/update/chat.rb,
lib/softlayer/ticket/update/type.rb,
lib/softlayer/ticket/update/agent.rb,
lib/softlayer/ticket/update/customer.rb,
lib/softlayer/ticket/update/employee.rb

Direct Known Subclasses

Agent, Chat, Customer, Employee

Defined Under Namespace

Classes: Agent, Chat, Customer, Employee, Representer, Type

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

#change_owner_activityObject

Returns the value of attribute change_owner_activity.



16
17
18
# File 'lib/softlayer/ticket/update.rb', line 16

def change_owner_activity
  @change_owner_activity
end

#create_dateObject

Returns the value of attribute create_date.



9
10
11
# File 'lib/softlayer/ticket/update.rb', line 9

def create_date
  @create_date
end

#editorObject

Returns the value of attribute editor.



17
18
19
# File 'lib/softlayer/ticket/update.rb', line 17

def editor
  @editor
end

#editor_idObject

Returns the value of attribute editor_id.



10
11
12
# File 'lib/softlayer/ticket/update.rb', line 10

def editor_id
  @editor_id
end

#editor_typeObject

Returns the value of attribute editor_type.



11
12
13
# File 'lib/softlayer/ticket/update.rb', line 11

def editor_type
  @editor_type
end

#entryObject

Returns the value of attribute entry.



12
13
14
# File 'lib/softlayer/ticket/update.rb', line 12

def entry
  @entry
end

#file_attachmentObject

Returns the value of attribute file_attachment.



18
19
20
# File 'lib/softlayer/ticket/update.rb', line 18

def file_attachment
  @file_attachment
end

#file_attachment_countObject

Returns the value of attribute file_attachment_count.



15
16
17
# File 'lib/softlayer/ticket/update.rb', line 15

def file_attachment_count
  @file_attachment_count
end

#idObject

Returns the value of attribute id.



13
14
15
# File 'lib/softlayer/ticket/update.rb', line 13

def id
  @id
end

#ticketObject

Returns the value of attribute ticket.



19
20
21
# File 'lib/softlayer/ticket/update.rb', line 19

def ticket
  @ticket
end

#ticket_idObject

Returns the value of attribute ticket_id.



14
15
16
# File 'lib/softlayer/ticket/update.rb', line 14

def ticket_id
  @ticket_id
end

#typeObject

Returns the value of attribute type.



20
21
22
# File 'lib/softlayer/ticket/update.rb', line 20

def type
  @type
end