Method: Databasedotcom::Client#sobject_module
- Defined in:
- lib/databasedotcom/client.rb
#sobject_module ⇒ Object
A Module in which to materialize Sobject classes. Defaults to the global module (Object)
26 27 28 |
# File 'lib/databasedotcom/client.rb', line 26 def sobject_module @sobject_module end |