Method: OData::Query#entity_set

Defined in:
lib/odata/query.rb

#entity_setOData::EntitySet

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.

The EntitySet for this query.

Returns:

API:

  • private



109
110
111
# File 'lib/odata/query.rb', line 109

def entity_set
  @entity_set
end