Class: AliyunSDK::OSS::BucketWebsite
- Inherits:
-
Common::Struct::Base
- Object
- Common::Struct::Base
- AliyunSDK::OSS::BucketWebsite
- Defined in:
- lib/aliyun_sdk/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
Methods included from Common::Struct::Base::AttrHelper
Constructor Details
This class inherits a constructor from AliyunSDK::Common::Struct::Base
Instance Method Details
#enabled? ⇒ Boolean
86 87 88 |
# File 'lib/aliyun_sdk/oss/struct.rb', line 86 def enabled? enable == true end |