struct Honeybadger::Event

Included Modules

Defined in:

honeybadger/event.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(properties : Hash) #

[View source]
def self.new(timestamp : Time, properties = NamedTuple.new) #

[View source]
def self.new(**properties) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []=(key : String, value) #

[View source]
def []?(*args, **options) #

[View source]
def []?(*args, **options, &) #

[View source]
def delete(*args, **options) #

[View source]
def delete(*args, **options, &) #

[View source]
def merge(other : self) : self #

[View source]
def timestamp : Time #

[View source]