Sha256: e1788784bd1e573414467e397fa6bd748118a4740d4fab6d85a4fd91fd8561fc

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

# frozen_string_literal: true

module Omdb
  module Api
    module Types
      class Base < Dry::Struct
        transform_keys(&:to_sym)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omdb-api-2.0.0 lib/omdb/api/types/base.rb