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

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

Instance Method Summary collapse

Instance Method Details

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

Summary of projects

Parameters:

  • opts (Hash) (defaults to: {})

    options hash of parameters

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

Returns:

  • (Hashie::Mash)

    Project summary information



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

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