Class: TD::Types::JsonValue::Array

Inherits:
TD::Types::JsonValue show all
Defined in:
lib/tdlib/types/json_value/array.rb

Overview

Represents a JSON array.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#valuesArray<TD::Types::JsonValue>

The list of array elements.

Returns:



5
6
7
# File 'lib/tdlib/types/json_value/array.rb', line 5

def values
  @values
end