Class: Azure::Service::SignedIdentifier

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/service/signed_identifier.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ SignedIdentifier

Returns a new instance of SignedIdentifier.

Yields:

  • (_self)

Yield Parameters:



21
22
23
24
# File 'lib/azure/service/signed_identifier.rb', line 21

def initialize
  @access_policy = AccessPolicy.new
  yield self if block_given?
end

Instance Attribute Details

#access_policyObject

Returns the value of attribute access_policy.



27
28
29
# File 'lib/azure/service/signed_identifier.rb', line 27

def access_policy
  @access_policy
end

#idObject

Returns the value of attribute id.



26
27
28
# File 'lib/azure/service/signed_identifier.rb', line 26

def id
  @id
end