Module: GrooveHQ::Client::Groups

Included in:
GrooveHQ::Client
Defined in:
lib/groovehq/client/groups.rb

Instance Method Summary collapse

Instance Method Details

#groups(options = {}) ⇒ Object



6
7
8
# File 'lib/groovehq/client/groups.rb', line 6

def groups(options = {})
  get("/groups", options)
end