class PactBroker::Api::Contracts::PacticipantSchema
Constants
- SCHEMA
Public Class Methods
call(params_with_string_keys)
click to toggle source
# File lib/pact_broker/api/contracts/pacticipant_schema.rb, line 27 def self.call(params_with_string_keys) params = params_with_string_keys&.symbolize_keys select_first_message(flatten_indexed_messages(SCHEMA.call(params).messages(full: true))) end