Class: Azure::Storage::Common::Service::SignedIdentifier
- Inherits:
-
Object
- Object
- Azure::Storage::Common::Service::SignedIdentifier
- Defined in:
- lib/azure/storage/common/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.
31 32 33 34 |
# File 'lib/azure/storage/common/service/signed_identifier.rb', line 31 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.
37 38 39 |
# File 'lib/azure/storage/common/service/signed_identifier.rb', line 37 def access_policy @access_policy end |
#id ⇒ Object
Returns the value of attribute id.
36 37 38 |
# File 'lib/azure/storage/common/service/signed_identifier.rb', line 36 def id @id end |