class Bugsnag::Breadcrumb

Included Modules

Defined in:

bugsnag/breadcrumb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def breadcrumb_type : String #

[View source]
def breadcrumb_type=(breadcrumb_type : String) #

[View source]
def meta_data : Hash(String, String) | Nil #

[View source]
def meta_data=(meta_data : Hash(String, String) | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def timestamp : String #

[View source]
def timestamp=(timestamp : String) #

[View source]