Module: Bugsnag::MetaData
- Defined in:
- lib/bugsnag/meta_data.rb
Instance Attribute Summary collapse
-
#bugsnag_context ⇒ Object
Returns the value of attribute bugsnag_context.
-
#bugsnag_meta_data ⇒ Object
Returns the value of attribute bugsnag_meta_data.
-
#bugsnag_user_id ⇒ Object
Returns the value of attribute bugsnag_user_id.
Instance Attribute Details
#bugsnag_context ⇒ Object
Returns the value of attribute bugsnag_context.
5 6 7 |
# File 'lib/bugsnag/meta_data.rb', line 5 def bugsnag_context @bugsnag_context end |
#bugsnag_meta_data ⇒ Object
Returns the value of attribute bugsnag_meta_data.
3 4 5 |
# File 'lib/bugsnag/meta_data.rb', line 3 def @bugsnag_meta_data end |
#bugsnag_user_id ⇒ Object
Returns the value of attribute bugsnag_user_id.
4 5 6 |
# File 'lib/bugsnag/meta_data.rb', line 4 def bugsnag_user_id @bugsnag_user_id end |