class Rollbar::Item

Defined in:

rollbar/item.cr
rollbar/item/backtrace.cr
rollbar/item/frame.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(level : Nil | String, message : Nil | String, exception : Exception | Nil, notifier : Rollbar::Notifier) #

[View source]

Instance Method Detail

def build #

[View source]
def exception : Exception | Nil #

[View source]
def exception=(exception : Exception | Nil) #

[View source]
def level : String | Nil #

[View source]
def level=(level : String | Nil) #

[View source]
def message : String | Nil #

[View source]
def message=(message : String | Nil) #

[View source]
def notifier : Notifier #

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

[View source]