class ThreeScaleToolbox::Commands::ImportCommand::OpenAPI::Operation

Attributes

operation[R]

Public Class Methods

new(operation) click to toggle source
# File lib/3scale_toolbox/commands/import_command/openapi/operation.rb, line 11
def initialize(operation)
  @operation = operation
end

Public Instance Methods

set(key, val) click to toggle source
# File lib/3scale_toolbox/commands/import_command/openapi/operation.rb, line 15
def set(key, val)
  operation[key] = val
end