Method: TinyClient::Response#to_s

Defined in:
lib/tiny_client/response.rb

#to_sObject

Returns String of #to_hash.

Returns:

  • String of #to_hash



77
78
79
# File 'lib/tiny_client/response.rb', line 77

def to_s
  to_hash.to_s
end