Method: Aliyun::OSS::Bucket#initialize
- Defined in:
- lib/aliyun/oss/bucket.rb
#initialize(attributes = {}) ⇒ Bucket
:nodoc:
190 191 192 193 194 |
# File 'lib/aliyun/oss/bucket.rb', line 190 def initialize(attributes = {}) #:nodoc: super @object_cache = [] build_contents! end |