Class: ROM::SQL::TypeDSL
- Inherits:
-
Object
- Object
- ROM::SQL::TypeDSL
- Defined in:
- lib/rom/sql/type_dsl.rb
Overview
Type DSL used by Types.define method
Instance Attribute Summary collapse
- #definition ⇒ Object readonly
- #input_constructor ⇒ Object readonly
- #output_constructor ⇒ Object readonly
Instance Attribute Details
#definition ⇒ Object (readonly)
9 10 11 |
# File 'lib/rom/sql/type_dsl.rb', line 9 def definition @definition end |
#input_constructor ⇒ Object (readonly)
9 10 11 |
# File 'lib/rom/sql/type_dsl.rb', line 9 def input_constructor @input_constructor end |
#output_constructor ⇒ Object (readonly)
9 10 11 |
# File 'lib/rom/sql/type_dsl.rb', line 9 def output_constructor @output_constructor end |