struct Protocol::Audits::SourceCodeLocation

Included Modules

Defined in:

protocol/audits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def column_number : Int::Primitive #

[View source]
def line_number : Int::Primitive #

[View source]
def script_id : Runtime::ScriptId | Nil #

[View source]
def url : String #

[View source]