taylorbrooks / rock_rms

A Ruby wrapper for the Rock RMS API
MIT License
11 stars 10 forks source link

Assignment? #8

Closed taylorbrooks closed 6 years ago

taylorbrooks commented 6 years ago

@jpowell Does this do what you'd expect?

https://github.com/taylorbrooks/rock_rms/blob/4553acb17347a67618b333081bbdc8adb382ad53/lib/rock_rms/responses/group.rb#L30-L36

https://github.com/taylorbrooks/rock_rms/blob/4553acb17347a67618b333081bbdc8adb382ad53/lib/rock_rms/responses/group_location.rb#L26-L28

jpowell commented 6 years ago

Yes. You will only get that information if you pass the correct $expand arguments in your GET query. Is something awry?

taylorbrooks commented 6 years ago

No, I've just never seen anyone do assignment like that.