Class: PactBroker::Api::Resources::PactVersion

Inherits:
Pact
  • Object
show all
Defined in:
lib/pact_broker/api/resources/pact_version.rb

Instance Method Summary collapse

Methods inherited from Pact

#content_types_accepted, #content_types_provided, #delete_resource, #from_json, #is_conflict?, #malformed_request?, #policy_resource, #resource_exists?, #resource_object, #to_extended_json, #to_html, #to_json

Methods included from WebhookExecutionMethods

#webhook_execution_configuration

Methods included from PacticipantResourceMethods

#potential_duplicate_pacticipants?

Instance Method Details

#allowed_methodsObject



7
8
9
# File 'lib/pact_broker/api/resources/pact_version.rb', line 7

def allowed_methods
  ["GET", "OPTIONS"]
end