Class: Azure::Service::SignedIdentifier
- Inherits:
-
Object
- Object
- Azure::Service::SignedIdentifier
- Defined in:
- lib/azure/service/signed_identifier.rb
Instance Attribute Summary collapse
-
#access_policy ⇒ Object
Returns the value of attribute access_policy.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ SignedIdentifier
constructor
A new instance of SignedIdentifier.
Constructor Details
#initialize {|_self| ... } ⇒ SignedIdentifier
Returns a new instance of SignedIdentifier.
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_policy ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
26 27 28 |
# File 'lib/azure/service/signed_identifier.rb', line 26 def id @id end |