class AliyunSDK::OSS::BucketWebsite
Bucket
website setting. See: {help.aliyun.com/document_detail/oss/product-documentation/function/host-static-website.html 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
Public Instance Methods
enabled?()
click to toggle source
# File lib/aliyun_sdk/oss/struct.rb, line 85 def enabled? enable == true end