class Azure::Storage::File::File

Attributes

metadata[RW]
name[RW]
properties[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/storage/file/file.rb, line 32
def initialize
  @properties = {}
  @metadata = {}
  yield self if block_given?
end