Class: Profitwell::Users
- Inherits:
-
Object
- Object
- Profitwell::Users
- Includes:
- Client
- Defined in:
- lib/profitwell/users.rb
Constant Summary
Constants included from Common
Instance Method Summary collapse
Methods included from Client
Methods included from Common
Instance Method Details
#subscriptions(user_alias = nil) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/profitwell/users.rb', line 5 def subscriptions(user_alias = nil) request( "get", resource_path("users/#{user_alias}") ) end |