Class: Kangaroo::Util::Proxy::Report
- Inherits:
-
Kangaroo::Util::Proxy
- Object
- Rapuncel::Proxy
- Kangaroo::Util::Proxy
- Kangaroo::Util::Proxy::Report
- Defined in:
- lib/kangaroo/util/proxy/report.rb
Instance Method Summary collapse
-
#report(object, ids, datas = {}, context = {}) ⇒ Object
Initiate report generation.
-
#report_get(id) ⇒ Hash
Check status on/get report by id.
Methods inherited from Kangaroo::Util::Proxy
Instance Method Details
#report(object, ids, datas = {}, context = {}) ⇒ Object
Initiate report generation
11 12 13 |
# File 'lib/kangaroo/util/proxy/report.rb', line 11 def report object, ids, datas = {}, context = {} call! :report, object, ids, data, context end |
#report_get(id) ⇒ Hash
Check status on/get report by id
19 20 21 |
# File 'lib/kangaroo/util/proxy/report.rb', line 19 def report_get id call! report_get, id end |