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