Class: QcloudCos::FileObject
- Inherits:
-
Object
- Object
- QcloudCos::FileObject
- Includes:
- Objectable
- Defined in:
- lib/qcloud_cos/model/file_object.rb
Instance Attribute Summary collapse
-
#access_url ⇒ Object
Returns the value of attribute access_url.
-
#biz_attr ⇒ Object
Returns the value of attribute biz_attr.
-
#ctime ⇒ Object
Returns the value of attribute ctime.
-
#filelen ⇒ Object
Returns the value of attribute filelen.
-
#filesize ⇒ Object
Returns the value of attribute filesize.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sha ⇒ Object
Returns the value of attribute sha.
-
#source_url ⇒ Object
Returns the value of attribute source_url.
Method Summary
Methods included from Objectable
Instance Attribute Details
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |