Class: Softlayer::Container::Utility::File::Entity

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

#contentObject

Returns the value of attribute content.



6
7
8
# File 'lib/softlayer/container/utility/file/entity.rb', line 6

def content
  @content
end

#content_typeObject

Returns the value of attribute content_type.



7
8
9
# File 'lib/softlayer/container/utility/file/entity.rb', line 7

def content_type
  @content_type
end

#create_dateObject

Returns the value of attribute create_date.



8
9
10
# File 'lib/softlayer/container/utility/file/entity.rb', line 8

def create_date
  @create_date
end

#delete_dateObject

Returns the value of attribute delete_date.



9
10
11
# File 'lib/softlayer/container/utility/file/entity.rb', line 9

def delete_date
  @delete_date
end

#idObject

Returns the value of attribute id.



10
11
12
# File 'lib/softlayer/container/utility/file/entity.rb', line 10

def id
  @id
end

#is_sharedObject

Returns the value of attribute is_shared.



11
12
13
# File 'lib/softlayer/container/utility/file/entity.rb', line 11

def is_shared
  @is_shared
end

#modify_dateObject

Returns the value of attribute modify_date.



12
13
14
# File 'lib/softlayer/container/utility/file/entity.rb', line 12

def modify_date
  @modify_date
end

#nameObject

Returns the value of attribute name.



13
14
15
# File 'lib/softlayer/container/utility/file/entity.rb', line 13

def name
  @name
end

#ownerObject

Returns the value of attribute owner.



14
15
16
# File 'lib/softlayer/container/utility/file/entity.rb', line 14

def owner
  @owner
end

#sizeObject

Returns the value of attribute size.



15
16
17
# File 'lib/softlayer/container/utility/file/entity.rb', line 15

def size
  @size
end

#typeObject

Returns the value of attribute type.



16
17
18
# File 'lib/softlayer/container/utility/file/entity.rb', line 16

def type
  @type
end

#versionObject

Returns the value of attribute version.



17
18
19
# File 'lib/softlayer/container/utility/file/entity.rb', line 17

def version
  @version
end