class Azure::Table::Entity

Attributes

etag[RW]
properties[RW]
table[RW]
updated[RW]

Public Class Methods

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