Sha256: 0c07b6d2e0dafc2598563271a8b85865f5ba318ae64d023a7d592e5b5a804154
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
require 'httparty' module Gitlab module Triage module NetworkAdapters class BaseAdapter attr_reader :options def initialize(options = {}) @options = options end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems