class Azure::Storage::Table::Entity

Attributes

etag[RW]
properties[RW]

Public Class Methods

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