Method: Congress::Client#committees

Defined in:
lib/congress/client.rb

#committees(options = {}) ⇒ Hashie::Rash

Current committees, subcommittees, and their membership.

Examples:

client.committees

Returns:

  • (Hashie::Rash)


51
52
53
# File 'lib/congress/client.rb', line 51

def committees(options = {})
  get('/committees', options)
end