class Azure::Storage::File::Share::Share
Attributes
metadata[RW]
name[RW]
properties[RW]
quota[RW]
usage[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/azure/storage/file/share.rb, line 33 def initialize @properties = {} @metadata = {} yield self if block_given? end