Method: PactBroker::Api::Resources::Tag#allowed_methods
- Defined in:
- lib/pact_broker/api/resources/tag.rb
#allowed_methods ⇒ Object
16 17 18 |
# File 'lib/pact_broker/api/resources/tag.rb', line 16 def allowed_methods ["GET","PUT","DELETE", "OPTIONS"] end |