Method: Podio::Space.find_all_spaces_for_org
- Defined in:
- lib/podio/models/space.rb
.find_all_spaces_for_org(org_id, options = {}) ⇒ Object
75 76 77 |
# File 'lib/podio/models/space.rb', line 75 def find_all_spaces_for_org(org_id, ={}) list Podio.connection.get("/org/#{org_id}/all_spaces/", ).body end |