Sha256: 5dec1449273d9c49af9b80a4b0734a5d37d9b274a97d8532a94f4683d321d719
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 Bytes
Contents
module Fairdom module OpenbisApi class DataStoreQuery < OpenbisQuery attr_reader :dss_endpoint def initialize(dss_endpoint, token) super(token) @dss_endpoint = dss_endpoint end def root_command_options " -endpoints {%dss%:%#{dss_endpoint}%\,%sessionToken%:%#{token}%}" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems