Module: AnalyticsPSW::RecentEvents
- Included in:
- Analytics
- Defined in:
- lib/analytics-psw/recent_events.rb
Instance Method Summary collapse
-
#recent_events(options = {}) ⇒ Object
recent events can take in 2 params, “customer” and “limit”, ie ‘customer’=>‘qa_customer’.
Instance Method Details
#recent_events(options = {}) ⇒ Object
recent events can take in 2 params, “customer” and “limit”, ie ‘customer’=>‘qa_customer’
4 5 6 |
# File 'lib/analytics-psw/recent_events.rb', line 4 def recent_events(={}) http_request(:get, "#{@service_location}/recent_events",) end |