Class: LibLynxAPI::Client
- Inherits:
-
Object
- Object
- LibLynxAPI::Client
- Defined in:
- lib/liblynx-api/client.rb
Overview
LibLynx API schema
Instance Method Summary collapse
- #account ⇒ Account
- #federatedsamlidp ⇒ Federatedsamlidp
- #identification ⇒ Identification
- #idp ⇒ Idp
-
#initialize(client) ⇒ Client
constructor
A new instance of Client.
- #samlidp ⇒ Samlidp
- #token ⇒ Token
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
#account ⇒ Account
105 106 107 |
# File 'lib/liblynx-api/client.rb', line 105 def account @account_resource ||= Account.new(@client) end |
#federatedsamlidp ⇒ Federatedsamlidp
112 113 114 |
# File 'lib/liblynx-api/client.rb', line 112 def federatedsamlidp @federatedsamlidp_resource ||= Federatedsamlidp.new(@client) end |
#identification ⇒ Identification
119 120 121 |
# File 'lib/liblynx-api/client.rb', line 119 def identification @identification_resource ||= Identification.new(@client) end |
#idp ⇒ Idp
126 127 128 |
# File 'lib/liblynx-api/client.rb', line 126 def idp @idp_resource ||= Idp.new(@client) end |