class Azure::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/blob/block.rb, line 21 def initialize @type = :latest yield self if block_given? end