struct Protocol::Runtime::ObjectPreview

Overview

Object containing abbreviated remote object value.

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 description : String | Nil #

String representation of the object.


[View source]
def entries : Array(EntryPreview) | Nil #

List of the entries. Specified for map and set subtype values only.


[View source]
def overflow : Bool #

True iff some of the properties or entries of the original object did not fit.


[View source]
def properties : Array(PropertyPreview) #

List of the properties.


[View source]
def subtype : String | Nil #

Object subtype hint. Specified for object type values only.


[View source]
def type : String #

Object type.


[View source]