class Fairdom::OpenbisApi::ApplicationServerQuery

Attributes

as_endpoint[R]

Public Class Methods

new(as_endpoint, token) click to toggle source
Calls superclass method
# File lib/fairdom/openbis_api/application_server_query.rb, line 6
def initialize(as_endpoint, token)
  super(token)
  @as_endpoint = as_endpoint
end

Public Instance Methods

root_command_options() click to toggle source
# File lib/fairdom/openbis_api/application_server_query.rb, line 11
def root_command_options
  " -endpoints '{%as%:%#{as_endpoint}%\,%sessionToken%:%#{token}%}'"
end