Class: Aliyun::OSS::BucketWebsite

Inherits:
Common::Struct::Base show all
Defined in:
lib/aliyun/oss/struct.rb

Overview

Bucket website setting. See: OSS Website hosting Attributes:

  • enable [Boolean] whether to enable website hosting for the bucket

  • index [String] the index object as the index page for the website

  • error [String] the error object as the error page for the website

Instance Method Summary collapse

Methods inherited from Common::Struct::Base

#initialize, #to_s

Methods included from Common::Struct::Base::AttrHelper

#attrs

Constructor Details

This class inherits a constructor from Aliyun::Common::Struct::Base

Instance Method Details

#enabled?Boolean

Returns:

  • (Boolean)


111
112
113
# File 'lib/aliyun/oss/struct.rb', line 111

def enabled?
  enable == true
end