struct Protocol::Runtime::ObjectPreview
- Protocol::Runtime::ObjectPreview
- Struct
- Value
- Object
Overview
Object containing abbreviated remote object value.
Included Modules
- JSON::Serializable
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#description : String | Nil
String representation of the object.
-
#entries : Array(EntryPreview) | Nil
List of the entries.
-
#overflow : Bool
True iff some of the properties or entries of the original object did not fit.
-
#properties : Array(PropertyPreview)
List of the properties.
-
#subtype : String | Nil
Object subtype hint.
-
#type : String
Object type.
Constructor Detail
Instance Method Detail
def entries : Array(EntryPreview) | Nil
#
List of the entries. Specified for map
and set
subtype values only.
def overflow : Bool
#
True iff some of the properties or entries of the original object did not fit.