Module: RelayApiClient

Defined in:
lib/relay_api_client.rb,
lib/relay_api_client/base.rb,
lib/relay_api_client/version.rb

Defined Under Namespace

Classes: Base

Constant Summary collapse

VERSION =
"0.1.1"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.linker_passwordObject

Returns the value of attribute linker_password.



5
6
7
# File 'lib/relay_api_client.rb', line 5

def linker_password
  @linker_password
end

.linker_usernameObject

Returns the value of attribute linker_username.



5
6
7
# File 'lib/relay_api_client.rb', line 5

def linker_username
  @linker_username
end

.wsdlObject

Returns the value of attribute wsdl.



5
6
7
# File 'lib/relay_api_client.rb', line 5

def wsdl
  @wsdl
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



7
8
9
10
11
# 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