class Bugsnag::Report

Included Modules

Defined in:

bugsnag/report.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String, notifier : Bugsnag::Notifier, events : Array(Bugsnag::Event)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def api_key : String #

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

[View source]
def events : Array(Event) #

[View source]
def events=(events : Array(Event)) #

[View source]
def notifier : Notifier #

[View source]
def notifier=(notifier : Notifier) #

[View source]