class Azure::Storage::Common::Service::RetentionPolicy

Attributes

days[RW]
enabled[RW]

Public Class Methods

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