module Fried::Schema::Struct::Initializer

Public Class Methods

new() click to toggle source
# File lib/fried/schema/struct.rb, line 17
def initialize
  schema = GetDefinition.(self.class)
  SetDefaults.(schema, self)
end