module RelayApiClient

Constants

VERSION

Attributes

linker_password[RW]
linker_username[RW]
wsdl[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/relay_api_client.rb, line 7
def configure
  yield self

  self.wsdl ||= 'https://signin.cru.org/sso/selfservice/webservice/5.0?wsdl'
end