1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
5 FakeArvados <- R6::R6Class(
18 initialize = function(token = NULL,
26 self$webdavHost <- webdavHost
28 self$httpParser <- httpParser
31 getToken = function() self$token,
32 getHostName = function() self$host,
33 getHttpClient = function() self$http,
34 getHttpParser = function() self$httpParser,
35 getWebDavHostName = function() self$webdavHost