From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001
From: Robert Jaros <rjaros@finn.pl>
Date: Mon, 22 Oct 2018 00:01:39 +0200
Subject: API documentation for KVision 0.0.19

---
 .../-json-rpc-response/result.html                         | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/result.html

(limited to 'api/pl.treksoft.kvision.remote/-json-rpc-response/result.html')

diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html
new file mode 100644
index 00000000..6495717b
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>JsonRpcResponse.result - 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>&nbsp;/&nbsp;<a href="./result.html">result</a><br/>
+<br/>
+<h1>result</h1>
+<a name="pl.treksoft.kvision.remote.JsonRpcResponse$result"></a>
+<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>
+</BODY>
+</HTML>
-- 
cgit