module DTOSchema
Constants
- VERSION
Public Class Methods
define(&block)
click to toggle source
# File lib/dto_schema.rb, line 4 def self.define(&block) Schema.new(&block) end
# File lib/dto_schema.rb, line 4 def self.define(&block) Schema.new(&block) end