class Podio::AccountProvider

Public Class Methods

find_all(options = {}) click to toggle source
# File lib/podio/models/account_provider.rb, line 10
def find_all(options = {})
  list Podio.connection.get { |req|
    req.url("/linked_account/provider/", options)
  }.body
end