struct Protocol::Runtime::PropertyPreview

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 name : String #

Property name.


[View source]
def subtype : String | Nil #

Object subtype hint. Specified for object type values only.


[View source]
def type : String #

Object type. Accessor means that the property itself is an accessor property.


[View source]
def value : String | Nil #

User-friendly property value string.


[View source]
def value_preview : ObjectPreview | Nil #

Nested value preview.


[View source]