struct Bugsnag::StackFrame
- Bugsnag::StackFrame
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
bugsnag.crConstructors
- .new(file : String, line_number : Int32, column_number : Int32 | Nil, method : String, in_project : Bool, code : Hash(Int32, String))
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #code : Hash(Int32, String)
- #column_number : Int32 | Nil
- #file : String
- #in_project : Bool
- #line_number : Int32
- #method : String
Constructor Detail
def self.new(file : String, line_number : Int32, column_number : Int32 | Nil, method : String, in_project : Bool, code : Hash(Int32, String))
#