class Azure::Service::CorsRule
Attributes
allowed_headers[RW]
allowed_methods[RW]
allowed_origins[RW]
exposed_headers[RW]
max_age_in_seconds[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/azure/service/cors_rule.rb, line 4 def initialize yield self if block_given? end