Sha256: c52fe82aceb3d75b2eefc92ab1701b61459ab48d7b7779eeae57e78f81e656c7
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
require 'active_support/cache' module DataComApi module Responses class Base def initialize(api_client) @client = api_client end protected def client @client end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
data-com-api-0.1.1 | lib/data-com-api/responses/base.rb |
data-com-api-0.1.0 | lib/data-com-api/responses/base.rb |