Class: Aliyun::Oss::Struct::Referer
- Defined in:
- lib/aliyun/oss/struct/referer.rb
Instance Attribute Summary collapse
-
#allow_empty ⇒ Object
specify allow empty referer access.
-
#referers ⇒ Object
specify white list for allows referers.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Aliyun::Oss::Struct::Base
Instance Attribute Details
#allow_empty ⇒ Object
specify allow empty referer access
6 7 8 |
# File 'lib/aliyun/oss/struct/referer.rb', line 6 def allow_empty @allow_empty end |
#referers ⇒ Object
specify white list for allows referers
9 10 11 |
# File 'lib/aliyun/oss/struct/referer.rb', line 9 def referers @referers end |