Method: OData::Model::Configuration#odata_entity_set
- Defined in:
- lib/odata/model/configuration.rb
#odata_entity_set ⇒ OData::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.
Returns the OData::EntitySet the current model is related to.
32 33 34 |
# File 'lib/odata/model/configuration.rb', line 32 def odata_entity_set self.class.odata_entity_set end |