summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-10-21 23:59:34 +0200
committerRobert Jaros <rjaros@finn.pl>2018-10-21 23:59:34 +0200
commit7c2850063697f94a0d8b8d8f8588136dd4b3d05e (patch)
treed36036066bd3ef3f3e034c6dfc1e4283b1e69ece /api/pl.treksoft.kvision.remote/-json-rpc-response/index.html
parenta70acf853de62d0754ca95aa4103712b82afdef8 (diff)
downloadkvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.gz
kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.bz2
kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.zip
API documentation for KVision 0.0.19
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.html58
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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<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">&lt;init&gt;</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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;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>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a>&nbsp;<span class="symbol">=</span>&nbsp;"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>