Class: Softlayer::Ticket::Chat

Inherits:
Entity show all
Defined in:
lib/softlayer/ticket/chat.rb,
lib/softlayer/ticket/chat/liveperson.rb,
lib/softlayer/ticket/chat/transcript_line.rb,
lib/softlayer/ticket/chat/transcript_line/customer.rb,
lib/softlayer/ticket/chat/transcript_line/employee.rb

Direct Known Subclasses

Liveperson

Defined Under Namespace

Classes: Liveperson, Representer, TranscriptLine

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

#agentObject

Returns the value of attribute agent.



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

def agent
  @agent
end

#customerObject

Returns the value of attribute customer.



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

def customer
  @customer
end

#customer_idObject

Returns the value of attribute customer_id.



6
7
8
# File 'lib/softlayer/ticket/chat.rb', line 6

def customer_id
  @customer_id
end

#end_dateObject

Returns the value of attribute end_date.



7
8
9
# File 'lib/softlayer/ticket/chat.rb', line 7

def end_date
  @end_date
end

#start_dateObject

Returns the value of attribute start_date.



8
9
10
# File 'lib/softlayer/ticket/chat.rb', line 8

def start_date
  @start_date
end

#ticket_updateObject

Returns the value of attribute ticket_update.



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

def ticket_update
  @ticket_update
end

#transcriptObject

Returns the value of attribute transcript.



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

def transcript
  @transcript
end