Sha256: eefd5b96a87d8c65143ceb1ab9830d8d4e9b61880106850ffbf7b56da595fdc6
Contents?: true
Size: 268 Bytes
Versions: 5
Compression:
Stored size: 268 Bytes
Contents
module TD::Types # Represents a JSON value. class JsonValue < Base %w[ null boolean number string array object ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/json_value/#{type}" end end end
Version data entries
5 entries across 5 versions & 2 rubygems