Sha256: a5a7a412bbe8859ce57d99b7cb13b7d76fe6540a4d0e2164de869e88b1953ae8
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module Tikkie module Api module Clients # Base class for all clients. class Base attr_reader :config def initialize(config) @config = config end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tikkie-api-2.0.0 | lib/tikkie/api/clients/base.rb |