Class: Softlayer::Notification::Occurrence::Update

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/notification/occurrence/update.rb

Defined Under Namespace

Classes: 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

#contentsObject

Returns the value of attribute contents.



5
6
7
# File 'lib/softlayer/notification/occurrence/update.rb', line 5

def contents
  @contents
end

#create_dateObject

Returns the value of attribute create_date.



6
7
8
# File 'lib/softlayer/notification/occurrence/update.rb', line 6

def create_date
  @create_date
end

#employeeObject

Returns the value of attribute employee.



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

def employee
  @employee
end

#end_dateObject

Returns the value of attribute end_date.



7
8
9
# File 'lib/softlayer/notification/occurrence/update.rb', line 7

def end_date
  @end_date
end

#notification_occurrence_eventObject

Returns the value of attribute notification_occurrence_event.



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

def notification_occurrence_event
  @notification_occurrence_event
end

#start_dateObject

Returns the value of attribute start_date.



8
9
10
# File 'lib/softlayer/notification/occurrence/update.rb', line 8

def start_date
  @start_date
end