Method: OData::Model::Configuration::ClassMethods#odata_namespace
- Defined in:
- lib/odata/model/configuration.rb
#odata_namespace ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Get the OData::Service’s namespace
99 100 101 |
# File 'lib/odata/model/configuration.rb', line 99 def odata_namespace odata_service.try(:namespace) end |