Module: Vindi::Rest::Movement
- Included in:
- Vindi::Rest
- Defined in:
- lib/vindi/rest/movement.rb
Overview
Methods for the Movement API
Instance Method Summary collapse
-
#create_movement(options = {}) ⇒ Hash
Create a movement for a merchant vindi.
Instance Method Details
#create_movement(options = {}) ⇒ Hash
Create a movement for a merchant vindi
16 17 18 |
# File 'lib/vindi/rest/movement.rb', line 16 def create_movement( = {}) post('movements', )[:movement] end |