Class: Softlayer::Ticket::Attachment

Inherits:
Entity show all
Defined in:
lib/softlayer/ticket/attachment.rb,
lib/softlayer/ticket/attachment/file.rb,
lib/softlayer/ticket/attachment/virtual.rb,
lib/softlayer/ticket/attachment/assigned.rb,
lib/softlayer/ticket/attachment/hardware.rb,
lib/softlayer/ticket/attachment/scheduled.rb,
lib/softlayer/ticket/attachment/virtual/guest.rb,
lib/softlayer/ticket/attachment/assigned/agent.rb,
lib/softlayer/ticket/attachment/manual_payment.rb,
lib/softlayer/ticket/attachment/scheduled/action.rb,
lib/softlayer/ticket/attachment/card_change_request.rb

Defined Under Namespace

Modules: Assigned, Scheduled, Virtual Classes: CardChangeRequest, File, Hardware, ManualPayment, 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

#assigned_agentObject

Returns the value of attribute assigned_agent.



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

def assigned_agent
  @assigned_agent
end

#attachment_idObject

Returns the value of attribute attachment_id.



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

def attachment_id
  @attachment_id
end

#create_dateObject

Returns the value of attribute create_date.



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

def create_date
  @create_date
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#scheduled_actionObject

Returns the value of attribute scheduled_action.



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

def scheduled_action
  @scheduled_action
end

#ticketObject

Returns the value of attribute ticket.



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

def ticket
  @ticket
end

#ticket_idObject

Returns the value of attribute ticket_id.



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

def ticket_id
  @ticket_id
end