Class: ROM::SQL::TypeDSL

Inherits:
Object
  • Object
show all
Defined in:
lib/rom/sql/type_dsl.rb

Overview

Type DSL used by Types.define method

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject (readonly)



9
10
11
# File 'lib/rom/sql/type_dsl.rb', line 9

def definition
  @definition
end

#input_constructorObject (readonly)



9
10
11
# File 'lib/rom/sql/type_dsl.rb', line 9

def input_constructor
  @input_constructor
end

#output_constructorObject (readonly)



9
10
11
# File 'lib/rom/sql/type_dsl.rb', line 9

def output_constructor
  @output_constructor
end