class Bugsnag::Stackframe

Included Modules

Defined in:

bugsnag/stackframe.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : String, line_number : Int32, method : String) #

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

[View source]

Instance Method Detail

def code : Hash(String, String) | Nil #

[View source]
def code=(code : Hash(String, String) | Nil) #

[View source]
def column_number : Int32 | Nil #

[View source]
def column_number=(column_number : Int32 | Nil) #

[View source]
def file : String #

[View source]
def file=(file : String) #

[View source]
def in_project : Bool | Nil #

[View source]
def in_project=(in_project : Bool | Nil) #

[View source]
def line_number : Int32 #

[View source]
def line_number=(line_number : Int32) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]