Method: OData::Model::Configuration::ClassMethods#odata_namespace

Defined in:
lib/odata/model/configuration.rb

#odata_namespaceString

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

Returns:

  • OData Service’s namespace

API:

  • private



99
100
101
# File 'lib/odata/model/configuration.rb', line 99

def odata_namespace
  odata_service.try(:namespace)
end