Method: Pod4::TdsInterface.set_schema
- Defined in:
- lib/pod4/tds_interface.rb
.set_schema(schema) ⇒ Object
Use this to set the schema name (optional)
54 55 56 |
# File 'lib/pod4/tds_interface.rb', line 54 def set_schema(schema) define_class_method(:schema) {schema.to_s.to_sym} end |