Class: Evil::Client::DSL::Path

Inherits:
Base
  • Object
show all
Defined in:
lib/evil/client/dsl/path.rb

Overview

Adds path settings to the operation’s schema

Instance Method Summary collapse

Methods inherited from Base

[]

Instance Method Details

#call(schema) ⇒ Object



4
5
6
# File 'lib/evil/client/dsl/path.rb', line 4

def call(schema)
  merge schema, path: path
end