Method: OpenapiClient::StepRequest#valid?

Defined in:
lib/openapi_client/models/step_request.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



72
73
74
75
# File 'lib/openapi_client/models/step_request.rb', line 72

def valid?
  return false if @type.nil?
  true
end