class Azure::Blob::Container
Attributes
metadata[RW]
name[RW]
properties[RW]
public_access_level[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/azure/blob/container.rb, line 20 def initialize @properties = {} @metadata = {} yield self if block_given? end