class LibLynxAPI::Client
LibLynx API schema
Public Class Methods
new(client)
click to toggle source
# File lib/liblynx-api/client.rb, line 97 def initialize(client) @client = client end
Public Instance Methods
account()
click to toggle source
@return [Account]
# File lib/liblynx-api/client.rb, line 104 def account @account_resource ||= Account.new(@client) end
federatedsamlidp()
click to toggle source
@return [Federatedsamlidp]
# File lib/liblynx-api/client.rb, line 111 def federatedsamlidp @federatedsamlidp_resource ||= Federatedsamlidp.new(@client) end
identification()
click to toggle source
@return [Identification]
# File lib/liblynx-api/client.rb, line 118 def identification @identification_resource ||= Identification.new(@client) end
idp()
click to toggle source
@return [Idp]
# File lib/liblynx-api/client.rb, line 125 def idp @idp_resource ||= Idp.new(@client) end
samlidp()
click to toggle source
@return [Samlidp]
# File lib/liblynx-api/client.rb, line 132 def samlidp @samlidp_resource ||= Samlidp.new(@client) end
token()
click to toggle source
@return [Token]
# File lib/liblynx-api/client.rb, line 139 def token @token_resource ||= Token.new(@client) end