Method: Psc::Client#studies
- Defined in:
- lib/psc/client.rb
#studies ⇒ Array<Hash>
Returns an array of hashes describing the studies in the system.
The contents are from the JSON representation of the /studies
resource.
31 32 33 |
# File 'lib/psc/client.rb', line 31 def studies connection.get('studies.json').body['studies'] end |