Class: Alula::UserPlansVideoPriceGetProc
- Inherits:
-
RpcResource
- Object
- RpcResource
- Alula::UserPlansVideoPriceGetProc
- Defined in:
- lib/alula/procedures/user_plansvideo_price_get.rb
Defined Under Namespace
Classes: Response
Class Method Summary collapse
Methods inherited from RpcResource
Class Method Details
.call(user_id:) ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/alula/procedures/user_plansvideo_price_get.rb', line 8 def self.call(user_id:) payload = { userId: user_id } request( http_method: :post, path: '/rpc/v1/users/plansvideo/price/get', payload: payload, handler: Response ) end |