class Azure::Storage::Common::Service::AccessPolicy

Attributes

expiry[RW]
permission[RW]
start[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/storage/common/service/access_policy.rb, line 29
def initialize
  yield self if block_given?
end