lib/azure/service/signed_identifier.rb in azure-0.7.0 vs lib/azure/service/signed_identifier.rb in azure-0.7.1
- old
+ new
@@ -16,10 +16,10 @@
module Azure
module Service
class SignedIdentifier
- def initialize
+ def initialize
@access_policy = AccessPolicy.new
yield self if block_given?
end
attr_accessor :id
\ No newline at end of file