Sha256: 2118bbcbc9e53e3da83973fef699da4feea1f8c6d2dce6a441d17093a5e09cf7

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

module Roseflow
  module OpenRouter
    module Operations
      class Base < Dry::Struct
        transform_keys(&:to_sym)

        def body
          to_h.except(:path)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roseflow-openrouter-0.2.0 lib/roseflow/open_router/operations/base.rb