class Azure::Storage::Common::Service::Cors

Attributes

cors_rules[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/storage/common/service/cors.rb, line 30
def initialize
  @cors_rules = []
  yield self if block_given?
end