class LibLynxAPI::Idp

Public Class Methods

new(client) click to toggle source
# File lib/liblynx-api/client.rb, line 250
def initialize(client)
  @client = client
end

Public Instance Methods

list(body = {}) click to toggle source

List shibboleth idps.

@param body: the object to pass as the request payload

# File lib/liblynx-api/client.rb, line 257
def list(body = {})
  @client.idp.list(body)
end