Class: TD::Types::TonLiteServerResponse

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/ton_lite_server_response.rb

Overview

Contains the response of a request to TON lite server.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#responseString

The response.

Returns:

  • (String)

    the current value of response



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

def response
  @response
end