Method: OData4::Service#entity_container
- Defined in:
- lib/odata4/service.rb
#entity_container ⇒ Object
Returns the service’s EntityContainer (singleton)
78 79 80 |
# File 'lib/odata4/service.rb', line 78 def entity_container @entity_container ||= EntityContainer.new(self) end |