Method: Podio::View.find_all
- Defined in:
- lib/podio/models/view.rb
.find_all(app_id, options = {}) ⇒ Object
25 26 27 28 29 |
# File 'lib/podio/models/view.rb', line 25 def find_all(app_id, ={}) list Podio.connection.get { |req| req.url("/view/app/#{app_id}/", ) }.body end |