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



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

def initialize(client)
  @client = client
end

Instance Method Details

#accountAccount



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

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

#federatedsamlidpFederatedsamlidp



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

def federatedsamlidp
  @federatedsamlidp_resource ||= Federatedsamlidp.new(@client)
end

#identificationIdentification



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

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

#idpIdp



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

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

#samlidpSamlidp



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

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

#tokenToken



139
140
141
# File 'lib/liblynx-api/client.rb', line 139

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