Module: Bugsnag::MetaData

Defined in:
lib/bugsnag/meta_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bugsnag_contextObject

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_grouping_hashObject

Returns the value of attribute bugsnag_grouping_hash.



6
7
8
# File 'lib/bugsnag/meta_data.rb', line 6

def bugsnag_grouping_hash
  @bugsnag_grouping_hash
end

#bugsnag_meta_dataObject

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_idObject

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