class Raven::Context
- Raven::Context
- Reference
- Object
Defined in:
raven/context.crConstructors
Class Method Summary
Instance Method Summary
- #contexts : AnyHash::JSON
- #contexts=(contexts : AnyHash::JSON)
- #contexts=(hash : Hash | NamedTuple | Nil)
- #extra : AnyHash::JSON
- #extra=(extra : AnyHash::JSON)
- #extra=(hash : Hash | NamedTuple | Nil)
- #tags : AnyHash::JSON
- #tags=(tags : AnyHash::JSON)
- #tags=(hash : Hash | NamedTuple | Nil)
- #user : AnyHash::JSON
- #user=(user : AnyHash::JSON)
- #user=(hash : Hash | NamedTuple | Nil)