class Bugsnag::Stackframe
- Bugsnag::Stackframe
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
bugsnag/stackframe.crConstructors
Instance Method Summary
- #code : Hash(String, String) | Nil
- #code=(code : Hash(String, String) | Nil)
- #column_number : Int32 | Nil
- #column_number=(column_number : Int32 | Nil)
- #file : String
- #file=(file : String)
- #in_project : Bool | Nil
- #in_project=(in_project : Bool | Nil)
- #line_number : Int32
- #line_number=(line_number : Int32)
- #method : String
- #method=(method : String)