diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-12-23 01:32:27 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-12-23 01:32:27 +0100 |
commit | a81c549e277d1a07e87cf8e2eecf89662deda323 (patch) | |
tree | fd64e2f453094f7106bf97faa2833136e58327d4 /api/pl.treksoft.kvision.remote/-json-rpc-response/index.html | |
parent | cc229b215e07fa84d48c5754cdb6ba26fd678910 (diff) | |
download | kvision-a81c549e277d1a07e87cf8e2eecf89662deda323.tar.gz kvision-a81c549e277d1a07e87cf8e2eecf89662deda323.tar.bz2 kvision-a81c549e277d1a07e87cf8e2eecf89662deda323.zip |
API documentation for KVision 0.0.22
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-json-rpc-response/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-json-rpc-response/index.html | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html deleted file mode 100644 index bed2d298..00000000 --- a/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html +++ /dev/null @@ -1,58 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>JsonRpcResponse - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="./index.html">JsonRpcResponse</a><br/> -<br/> -<h1>JsonRpcResponse</h1> -<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">JsonRpcResponse</span></code> -<h3>Constructors</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="-init-.html"><init></a></p> -</td> -<td> -<code><span class="identifier">JsonRpcResponse</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/id">id</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/result">result</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/error">error</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.remote.JsonRpcResponse$<init>(kotlin.Int, kotlin.String, kotlin.String, kotlin.String)/jsonrpc">jsonrpc</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a> <span class="symbol">=</span> "2.0"<span class="symbol">)</span></code></td> -</tr> -</tbody> -</table> -<h3>Properties</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="error.html">error</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">error</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> -</tr> -<tr> -<td> -<p><a href="id.html">id</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">id</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code></td> -</tr> -<tr> -<td> -<p><a href="jsonrpc.html">jsonrpc</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">jsonrpc</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> -</tr> -<tr> -<td> -<p><a href="result.html">result</a></p> -</td> -<td> -<code><span class="keyword">val </span><span class="identifier">result</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |