Class: Softlayer::Ticket::Attachment::Scheduled::Action

Inherits:
Softlayer::Ticket::Attachment show all
Defined in:
lib/softlayer/ticket/attachment/scheduled/action.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Attributes inherited from Softlayer::Ticket::Attachment

#assigned_agent, #attachment_id, #create_date, #id, #scheduled_action, #ticket, #ticket_id

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

#resourceObject

Returns the value of attribute resource.



8
9
10
# File 'lib/softlayer/ticket/attachment/scheduled/action.rb', line 8

def resource
  @resource
end

#run_dateObject

Returns the value of attribute run_date.



6
7
8
# File 'lib/softlayer/ticket/attachment/scheduled/action.rb', line 6

def run_date
  @run_date
end

#transactionObject

Returns the value of attribute transaction.



9
10
11
# File 'lib/softlayer/ticket/attachment/scheduled/action.rb', line 9

def transaction
  @transaction
end

#transaction_idObject

Returns the value of attribute transaction_id.



7
8
9
# File 'lib/softlayer/ticket/attachment/scheduled/action.rb', line 7

def transaction_id
  @transaction_id
end