Method: FrOData::Query#execute

Defined in:
lib/frodata/query.rb

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

Execute the query.



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

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