Module: BWAPI::Client::Projects::Summary

Included in:
BWAPI::Client::Projects
Defined in:
lib/bwapi/client/projects/summary.rb

Overview

Summary module for projects/summary endpoints

Instance Method Summary collapse

Instance Method Details

#projects_summary(opts = {}) ⇒ Hashie::Mash Also known as: summary

Summary of projects

Options Hash (opts):

  • page (Integer)

    Page of projects to retrieve

  • pageSize (Integer)

    Results per page of results

  • :filter (String)

    Filter to apply to the query



14
15
16
# File 'lib/bwapi/client/projects/summary.rb', line 14

def projects_summary opts={}
  get "projects/summary", opts
end