Method: Psc::Client#studies

Defined in:
lib/psc/client.rb

#studiesArray<Hash>

Returns an array of hashes describing the studies in the system. The contents are from the JSON representation of the /studies resource.

Returns:

  • (Array<Hash>)


31
32
33
# File 'lib/psc/client.rb', line 31

def studies
  connection.get('studies.json').body['studies']
end