Method: OData4::Query#execute

Defined in:
lib/odata4/query.rb

#execute(url_chunk = self.to_s) ⇒ OData4::Service::Response

Execute the query.



140
141
142
# File 'lib/odata4/query.rb', line 140

def execute(url_chunk = self.to_s)
  service.execute(url_chunk, options.merge(query: self))
end