struct Honeybadger::Event
- Honeybadger::Event
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Defined in:
honeybadger/event.crConstructors
- .new(pull : JSON::PullParser)
- .new(properties : Hash)
- .new(timestamp : Time, properties = NamedTuple.new)
- .new(**properties)
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #[]=(key : String, value)
- #[]?(*args, **options)
- #[]?(*args, **options, &)
- #delete(*args, **options)
- #delete(*args, **options, &)
- #merge(other : self) : self
- #timestamp : Time