Sha256: 2f4cbdc030a956131a5f7a372ba6abc9fcd6d44cdc57911db86f6bd11bf0b6e2
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module MaxExchangeApi class Config attr_accessor :default_timeout def initialize @default_timeout = 3 end end @config = Config.new class << self attr_reader :config end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
max_exchange_api-0.1.0 | lib/max_exchange_api/config.rb |