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