Class: OpenAPI::Loader::Denormalizer::Variables
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- OpenAPI::Loader::Denormalizer::Variables
- Defined in:
- lib/open_api/loader/denormalizer/variables.rb
Overview
Inserts server variables into server urls in all operations
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
8 9 10 |
# File 'lib/open_api/loader/denormalizer/variables.rb', line 8 def call operations.each { |operation| convert(operation) } end |