class Azure::Storage::Blob::Block
Represents a Block
as part of a BlockList The type should be one of :uncommitted, :committed or :latest
Attributes
name[RW]
size[RW]
type[RW]
Public Class Methods
new() { |self| ... }
click to toggle source
# File lib/azure/storage/blob/block.rb, line 34 def initialize @type = :latest yield self if block_given? end