Class: TD::Types::JsonValue::Array
- Inherits:
-
TD::Types::JsonValue
- Object
- Dry::Struct
- Base
- TD::Types::JsonValue
- TD::Types::JsonValue::Array
- Defined in:
- lib/tdlib/types/json_value/array.rb
Overview
Represents a JSON array.
Instance Attribute Summary collapse
-
#values ⇒ Array<TD::Types::JsonValue>
The list of array elements.
Method Summary
Methods inherited from Base
Instance Attribute Details
#values ⇒ Array<TD::Types::JsonValue>
The list of array elements.
5 6 7 |
# File 'lib/tdlib/types/json_value/array.rb', line 5 def values @values end |