Sha256: 5a755c6b39524f23e196c969f978c4c5137b6f461f082100456c33e6441d8f4f
Contents?: true
Size: 221 Bytes
Versions: 5
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Kentaa module Api module Clients class Base attr_reader :config def initialize(config) @config = config end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems