Method: WorkflowStepObjects#get_step_objects
- Defined in:
- lib/user/crm/workflow_step_objects.rb
#get_step_objects(options = nil) ⇒ Object
Get workflow step objects.
Get a collection of workflow step objects.
Parameters
- options
-
(Hash) – List of Resource Collection Options shown above can be used as parameter.
First Example
@data = @mints_user.get_step_objects
Second Example
= { fields: 'id' }
@data = @mints_user.get_step_objects()
20 21 22 |
# File 'lib/user/crm/workflow_step_objects.rb', line 20 def get_step_objects( = nil) @client.raw('get', '/crm/step-objects', ) end |