class Raven::Interface::Message

Defined in:

raven/interfaces/message.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Raven::Interface

to_hash to_hash, to_json(*args, **options)
to_json(*args, **options, &)
to_json

Class methods inherited from class Raven::Interface

[](name : Symbol) : Interface.class [], []=(name : Symbol, klass : Interface.class) []=, []?(name : Symbol) : Interface.class | Nil []?, registered registered, sentry_alias : Symbol sentry_alias

Instance methods inherited from module Raven::Mixin::InitializeWith

initialize_with(attributes)
initialize_with(**attributes)
initialize_with

Constructor Detail

def self.new(**attributes) #

[View source]

Class Method Detail

def self.sentry_alias #

[View source]

Instance Method Detail

def message : String #

def message=(message : String) #

[View source]
def message? : String | Nil #

def params : Array(String) | Nil #

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

[View source]
def unformatted_message #

[View source]