Class: Softlayer::Ticket::Attachment::File

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



5
6
7
# File 'lib/softlayer/ticket/attachment/file.rb', line 5

def create_date
  @create_date
end

#file_nameObject

Returns the value of attribute file_name.



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

def file_name
  @file_name
end

#file_sizeObject

Returns the value of attribute file_size.



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

def file_size
  @file_size
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#modify_dateObject

Returns the value of attribute modify_date.



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

def modify_date
  @modify_date
end

#ticketObject

Returns the value of attribute ticket.



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

def ticket
  @ticket
end

#ticket_idObject

Returns the value of attribute ticket_id.



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

def ticket_id
  @ticket_id
end

#updateObject

Returns the value of attribute update.



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

def update
  @update
end

#update_idObject

Returns the value of attribute update_id.



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

def update_id
  @update_id
end

#uploader_idObject

Returns the value of attribute uploader_id.



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

def uploader_id
  @uploader_id
end

#uploader_typeObject

Returns the value of attribute uploader_type.



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

def uploader_type
  @uploader_type
end