class Softlayer::Ticket::Update::Employee

Constants

SERVICE

Attributes

response_rating[RW]

Public Instance Methods

add_response_rating(message) click to toggle source

response_rating

# File lib/softlayer/ticket/update/employee.rb, line 9
def add_response_rating(message)
  request(:add_response_rating, Boolean, message)
end
get_change_owner_activity() click to toggle source
# File lib/softlayer/ticket/update/employee.rb, line 13
def get_change_owner_activity
  request(:get_change_owner_activity, String)
end
get_editor() click to toggle source
# File lib/softlayer/ticket/update/employee.rb, line 17
def get_editor
  request(:get_editor, Softlayer::User::Employee)
end
get_file_attachment() click to toggle source
# File lib/softlayer/ticket/update/employee.rb, line 21
def get_file_attachment
  request(:get_file_attachment, Array[Softlayer::Ticket::Attachment::File])
end
get_object() click to toggle source
# File lib/softlayer/ticket/update/employee.rb, line 25
def get_object
  request(:get_object, Softlayer::Ticket::Update::Employee)
end
get_ticket() click to toggle source
# File lib/softlayer/ticket/update/employee.rb, line 29
def get_ticket
  request(:get_ticket, Softlayer::Ticket)
end
get_type() click to toggle source
# File lib/softlayer/ticket/update/employee.rb, line 33
def get_type
  request(:get_type, Softlayer::Ticket::Update::Type)
end