Method: OData::Model::Configuration::ClassMethods#odata_service

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

#odata_serviceOData::Service

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

Returns:

  • (OData::Service)


85
86
87
# File 'lib/odata/model/configuration.rb', line 85

def odata_service
  odata_config[:service]
end