struct Bugsnag::StackFrame

Included Modules

Defined in:

bugsnag.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(file : String, line_number : Int32, column_number : Int32 | Nil, method : String, in_project : Bool, code : Hash(Int32, String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.from_backtrace_line(line) #

[View source]

Instance Method Detail

def code : Hash(Int32, String) #

[View source]
def column_number : Int32 | Nil #

[View source]
def file : String #

[View source]
def in_project : Bool #

[View source]
def line_number : Int32 #

[View source]
def method : String #

[View source]