Class: Softlayer::Notification::Occurrence::Event::Attachment

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/notification/occurrence/event/attachment.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

#create_dateObject

Returns the value of attribute create_date.



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

def create_date
  @create_date
end

#file_nameObject

Returns the value of attribute file_name.



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

def file_name
  @file_name
end

#file_sizeObject

Returns the value of attribute file_size.



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

def file_size
  @file_size
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#notification_occurrence_eventObject

Returns the value of attribute notification_occurrence_event.



11
12
13
# File 'lib/softlayer/notification/occurrence/event/attachment.rb', line 11

def notification_occurrence_event
  @notification_occurrence_event
end

#notification_occurrence_event_idObject

Returns the value of attribute notification_occurrence_event_id.



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

def notification_occurrence_event_id
  @notification_occurrence_event_id
end