Method: Azure::Blob::Serialization.blob_from_headers
- Defined in:
- lib/azure/blob/serialization.rb
.blob_from_headers(headers) ⇒ Object
133 134 135 136 137 138 |
# File 'lib/azure/blob/serialization.rb', line 133 def self.blob_from_headers(headers) Blob.new do |blob| blob.properties = blob_properties_from_headers(headers) blob. = (headers) end end |