Method: Legato::Model#results
- Defined in:
- lib/legato/model.rb
#results(profile, options = {}) ⇒ Query
Builds a ‘query` to get results from GA
81 82 83 84 |
# File 'lib/legato/model.rb', line 81 def results(profile, = {}) # TODO: making tracking scope configurable when results are querried. not sure how to do this. Query.new(self).(.merge(:profile => profile)) end |