Module: MangoApps::Client::Posts::GetAllPosts
- Included in:
- MangoApps::Client::Posts
- Defined in:
- lib/mangoapps/modules/posts/get_all_posts.rb
Instance Method Summary collapse
Instance Method Details
#get_all_posts(params = {}) ⇒ Object
7 8 9 |
# File 'lib/mangoapps/modules/posts/get_all_posts.rb', line 7 def get_all_posts(params = {}) get("posts/get_all_posts.json", params: params) end |