Class: Airbox::Group::Notice
- Defined in:
- lib/airbox.rb
Overview
Airbrake notice resources
Instance Method Summary collapse
-
#full_obj(opts = {}) ⇒ Object
Collect all associated data.
Methods inherited from Resource
add_relevant_opts_to_params, auth_token=, ensure_collection, find, instantiate_collection, prepare_params
Instance Method Details
#full_obj(opts = {}) ⇒ Object
Collect all associated data
149 150 151 |
# File 'lib/airbox.rb', line 149 def full_obj(opts={}) self.class.find :one, opts.merge(from: "/groups/#{group_id}/notices/#{id}") end |