Sha256: e389cfa255b37cd5a5b4b18870f693590cd5ccde49273deacc6a358cfe65c8ea
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 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
3 entries across 3 versions & 1 rubygems