class Raven::Interface::Stacktrace::Frame
- Raven::Interface::Stacktrace::Frame
- Raven::Interface
- Reference
- Object
Overview
Not actually an interface, but I want to use the same style
Defined in:
raven/interfaces/stacktrace.crConstructors
-
.new(**attributes)
Not actually an interface, but I want to use the same style
Class Method Summary
Instance Method Summary
- #abs_path : String | Nil
- #abs_path=(abs_path : String | Nil)
- #colno : Int32 | Nil
- #colno=(colno : Int32 | Nil)
- #context_line : String | Nil
- #context_line=(context_line : String | Nil)
- #filename : String | Nil
- #filename=(filename : String | Nil)
- #function : String | Nil
- #function=(function : String | Nil)
- #in_app=(in_app : Bool | Nil)
- #in_app? : Bool | Nil
- #lineno : Int32 | Nil
- #lineno=(lineno : Int32 | Nil)
- #package : String | Nil
- #package=(package : String | Nil)
- #post_context : Array(String) | Nil
- #post_context=(post_context : Array(String) | Nil)
- #pre_context : Array(String) | Nil
- #pre_context=(pre_context : Array(String) | Nil)
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