module EntitySchema

Constants

EMPTY_HASH
Undefined
VERSION

Public Class Methods

extended(base) click to toggle source
# File lib/entity_schema.rb, line 13
def self.extended(base)
  base.extend ClassMethods
  base.extend Dsl
  base.include InstanceMethods
end