Method: Congress::Client#committees
- Defined in:
- lib/congress/client.rb
#committees(options = {}) ⇒ Hashie::Rash
Current committees, subcommittees, and their membership.
51 52 53 |
# File 'lib/congress/client.rb', line 51 def committees( = {}) get('/committees', ) end |