Class: Aliyun::Oss::Struct::Referer

Inherits:
Base
  • Object
show all
Defined in:
lib/aliyun/oss/struct/referer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

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

Instance Attribute Details

#allow_emptyObject

specify allow empty referer access



6
7
8
# File 'lib/aliyun/oss/struct/referer.rb', line 6

def allow_empty
  @allow_empty
end

#referersObject

specify white list for allows referers



9
10
11
# File 'lib/aliyun/oss/struct/referer.rb', line 9

def referers
  @referers
end