Method: Aliyun::OSS::OSSObject#bucket=
- Defined in:
- lib/aliyun/oss/object.rb
#bucket=(bucket) ⇒ Object
Sets the bucket that the object belongs to.
434 435 436 437 |
# File 'lib/aliyun/oss/object.rb', line 434 def bucket=(bucket) @bucket = bucket self end |