Module: TableStructure::Schema::DSL::ResultBuilder
- Defined in:
- lib/table_structure/schema/dsl/result_builder.rb
Instance Method Summary collapse
Instance Method Details
#result_builder(name, callable) ⇒ Object
7 8 9 10 |
# File 'lib/table_structure/schema/dsl/result_builder.rb', line 7 def result_builder(name, callable) result_builders[name] = callable nil end |
#result_builders ⇒ Object
12 13 14 |
# File 'lib/table_structure/schema/dsl/result_builder.rb', line 12 def result_builders @table_structure_schema_result_builders__ ||= {} end |