Class: Azure::Storage::Common::Service::SignedIdentifier

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/storage/common/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:



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_policyObject

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

#idObject

Returns the value of attribute id.



36
37
38
# File 'lib/azure/storage/common/service/signed_identifier.rb', line 36

def id
  @id
end