Method: OData4::Service#entity_container

Defined in:
lib/odata4/service.rb

#entity_containerObject

Returns the service’s EntityContainer (singleton)

Returns:

  • OData4::EntityContainer



78
79
80
# File 'lib/odata4/service.rb', line 78

def entity_container
  @entity_container ||= EntityContainer.new(self)
end