Class: SocialPilot::Account
- Inherits:
-
Object
- Object
- SocialPilot::Account
- Defined in:
- lib/social_pilot/account.rb
Class Method Summary collapse
Class Method Details
.list(params = {}) ⇒ Object
6 7 8 9 |
# File 'lib/social_pilot/account.rb', line 6 def list params={} response = SocialPilot.request(:get, 'accounts', params) return response end |