Class: LibLynxAPI::Idp

Inherits:
Object
  • Object
show all
Defined in:
lib/liblynx-api/client.rb

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Idp

Returns a new instance of Idp.



250
251
252
# File 'lib/liblynx-api/client.rb', line 250

def initialize(client)
  @client = client
end

Instance Method Details

#list(body = {}) ⇒ Object

List shibboleth idps.

Parameters:

  • body:

    the object to pass as the request payload



257
258
259
# File 'lib/liblynx-api/client.rb', line 257

def list(body = {})
  @client.idp.list(body)
end