Sha256: 8dec05bdfe7883586db940130ae7e8f9c921be863fd58f040cd9197ea6d764b2
Contents?: true
Size: 404 Bytes
Versions: 25
Compression:
Stored size: 404 Bytes
Contents
module ThreeScaleToolbox module Commands module ImportCommand module OpenAPI class Operation include Method include MappingRule attr_reader :operation def initialize(operation) @operation = operation end def set(key, val) operation[key] = val end end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems