Method: FrOData::Query#service
- Defined in:
- lib/frodata/query.rb
#service ⇒ FrOData::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.
The service for this query
170 171 172 |
# File 'lib/frodata/query.rb', line 170 def service @service ||= entity_set.service end |