Class: QcloudCos::FileObject

Inherits:
Object
  • Object
show all
Includes:
Objectable
Defined in:
lib/qcloud_cos/model/file_object.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Objectable

#initialize

Instance Attribute Details

#access_urlObject

Returns the value of attribute access_url.



6
7
8
# File 'lib/qcloud_cos/model/file_object.rb', line 6

def access_url
  @access_url
end

#biz_attrObject

Returns the value of attribute biz_attr.



8
9
10
# File 'lib/qcloud_cos/model/file_object.rb', line 8

def biz_attr
  @biz_attr
end

#ctimeObject

Returns the value of attribute ctime.



9
10
11
# File 'lib/qcloud_cos/model/file_object.rb', line 9

def ctime
  @ctime
end

#filelenObject

Returns the value of attribute filelen.



10
11
12
# File 'lib/qcloud_cos/model/file_object.rb', line 10

def filelen
  @filelen
end

#filesizeObject

Returns the value of attribute filesize.



11
12
13
# File 'lib/qcloud_cos/model/file_object.rb', line 11

def filesize
  @filesize
end

#mtimeObject

Returns the value of attribute mtime.



12
13
14
# File 'lib/qcloud_cos/model/file_object.rb', line 12

def mtime
  @mtime
end

#nameObject

Returns the value of attribute name.



13
14
15
# File 'lib/qcloud_cos/model/file_object.rb', line 13

def name
  @name
end

#shaObject

Returns the value of attribute sha.



14
15
16
# File 'lib/qcloud_cos/model/file_object.rb', line 14

def sha
  @sha
end

#source_urlObject

Returns the value of attribute source_url.



7
8
9
# File 'lib/qcloud_cos/model/file_object.rb', line 7

def source_url
  @source_url
end