struct Protocol::Runtime::GetProperties

Overview

Returns properties of a given object. Object group of the result is inherited from the target object.

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 exception_details : ExceptionDetails | Nil #

Exception details.


[View source]
def internal_properties : Array(InternalPropertyDescriptor) | Nil #

Internal object properties (only of the element itself).


[View source]
def private_properties : Array(PrivatePropertyDescriptor) | Nil #

Object private properties.


[View source]
def result : Array(PropertyDescriptor) #

Object properties.


[View source]