class Azure::Service::SignedIdentifier
Attributes
access_policy[RW]
id[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/azure/service/signed_identifier.rb, line 21 def initialize @access_policy = AccessPolicy.new yield self if block_given? end