Method: OData4::Service#execute
- Defined in:
- lib/odata4/service.rb
#execute(url_chunk, options = {}) ⇒ OData4::Service::Response
Execute a request against the service
143 144 145 |
# File 'lib/odata4/service.rb', line 143 def execute(url_chunk, = {}) Request.new(self, url_chunk, ).execute end |