Sha256: bde7eb1a138017d3d0e25892478f64d4a957290cbc21f18bacb6e39708998341
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
module Fairdom module OpenbisApi class ApplicationServerQuery < OpenbisQuery attr_reader :as_endpoint def initialize(as_endpoint, token, is_test = false) super(token, is_test) @as_endpoint = as_endpoint end def root_command_options " -endpoints '{%as%:%#{as_endpoint}%\,%sessionToken%:%#{token}%,%is_test%:%#{is_test}%}'" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openseek-api-0.18 | lib/fairdom/openbis_api/application_server_query.rb |