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
Returns a new instance of Idp.
251 252 253 |
# File 'lib/liblynx-api/client.rb', line 251 def initialize(client) @client = client end |
Instance Method Details
#list(body = {}) ⇒ Object
List shibboleth idps.
258 259 260 |
# File 'lib/liblynx-api/client.rb', line 258 def list(body = {}) @client.idp.list(body) end |