class Yarrow::Schema::Registry
Public Instance Methods
type(identifier, type_class)
click to toggle source
# File lib/yarrow/schema/registry.rb, line 4 def type(identifier, type_class) Definitions.register(identifier, type_class) end