Class: ThreeScaleToolbox::Commands::ImportCommand::OpenAPI::CreateMappingRulesStep
- Inherits:
-
Object
- Object
- ThreeScaleToolbox::Commands::ImportCommand::OpenAPI::CreateMappingRulesStep
- Includes:
- Step
- Defined in:
- lib/3scale_toolbox/commands/import_command/openapi/create_mapping_rule_step.rb
Instance Attribute Summary
Attributes included from Step
Instance Method Summary collapse
Methods included from Step
#api_spec, #backend_api_host_header, #backend_api_secret_token, #base_path, #build_3scale_operations, #default_credentials_userkey, #initialize, #oidc_issuer_endpoint, #operations, #override_private_base_url, #override_private_basepath, #override_public_basepath, #prefix_matching, #private_base_path, #production_public_base_url, #public_base_path, #resource, #service, #service=, #staging_public_base_url, #target_system_name, #threescale_client
Instance Method Details
#call ⇒ Object
8 9 10 11 12 13 |
# File 'lib/3scale_toolbox/commands/import_command/openapi/create_mapping_rule_step.rb', line 8 def call operations.each do |op| service.create_mapping_rule(op.mapping_rule) puts "Created #{op.http_method} #{op.pattern} endpoint" end end |