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)
  options[name] = value
  nil
end

#optionsObject



12
13
14
# File 'lib/table_structure/schema/dsl/option.rb', line 12

def options
  @table_structure_schema_options__ ||= {}
end