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.



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.

Parameters:

  • body:

    the object to pass as the request payload



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

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