struct Protocol::Runtime::InspectRequested

Overview

Issued when object should be inspected (for example, as a result of inspect() command line API call).

Included Modules

Defined in:

protocol/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def execution_context_id : ExecutionContextId | Nil #

Identifier of the context where the call was made.


[View source]
def hints : JSON::Any #

[View source]
def object : RemoteObject #

[View source]