Class: LibLynxAPI::Idp
- Inherits:
-
Object
- Object
- LibLynxAPI::Idp
- Defined in:
- lib/liblynx-api/client.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ Idp
constructor
A new instance of Idp.
-
#list(body = {}) ⇒ Object
List shibboleth idps.
Constructor Details
#initialize(client) ⇒ Idp
205 206 207 |
# File 'lib/liblynx-api/client.rb', line 205 def initialize(client) @client = client end |
Instance Method Details
#list(body = {}) ⇒ Object
List shibboleth idps.
212 213 214 |
# File 'lib/liblynx-api/client.rb', line 212 def list(body = {}) @client.idp.list(body) end |