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.



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

def initialize(client)
  @client = client
end

Instance Method Details

#accountAccount

Returns:



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

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

#federatedsamlidpFederatedsamlidp

Returns:



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

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

#identificationIdentification

Returns:



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

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

#idpIdp

Returns:



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

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

#samlidpSamlidp

Returns:



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

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

#tokenToken

Returns:



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

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