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_url ⇒ Object

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_attr ⇒ Object

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

#ctime ⇒ Object

Returns the value of attribute ctime.



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

def ctime
  @ctime
end

#filelen ⇒ Object

Returns the value of attribute filelen.



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

def filelen
  @filelen
end

#filesize ⇒ Object

Returns the value of attribute filesize.



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

def filesize
  @filesize
end

#mtime ⇒ Object

Returns the value of attribute mtime.



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

def mtime
  @mtime
end

#name ⇒ Object

Returns the value of attribute name.



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

def name
  @name
end

#sha ⇒ Object

Returns the value of attribute sha.



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

def sha
  @sha
end

#source_url ⇒ Object

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