Class: LibLynxAPI::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/liblynx-api/client.rb

Overview

LibLynx API schema

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Client

Returns a new instance of Client.



97
98
99
# File 'lib/liblynx-api/client.rb', line 97

def initialize(client)
  @client = client
end

Instance Method Details

#accountAccount

Returns:



104
105
106
# File 'lib/liblynx-api/client.rb', line 104

def 
  @account_resource ||= Account.new(@client)
end

#identificationIdentification

Returns:



111
112
113
# File 'lib/liblynx-api/client.rb', line 111

def identification
  @identification_resource ||= Identification.new(@client)
end

#idpIdp

Returns:



118
119
120
# File 'lib/liblynx-api/client.rb', line 118

def idp
  @idp_resource ||= Idp.new(@client)
end

#samlidpSamlidp

Returns:



125
126
127
# File 'lib/liblynx-api/client.rb', line 125

def samlidp
  @samlidp_resource ||= Samlidp.new(@client)
end

#tokenToken

Returns:



132
133
134
# File 'lib/liblynx-api/client.rb', line 132

def token
  @token_resource ||= Token.new(@client)
end