module GrooveHQ::Client::Folders

Public Instance Methods

folders(options = {}) click to toggle source
# File lib/groovehq/client/folders.rb, line 6
def folders(options = {})
  get("/folders", options)
end