Sha256: d373b477968853375d048465a14c211409b47159ce3539c731f661bbb368824d
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
module Cloudflared # Class used to initialize configuration object. class Config attr_accessor :api_key attr_accessor :account_id attr_accessor :images_hash attr_accessor :images_default_key attr_accessor :adapter attr_accessor :stubs def initialize end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cloudflared-0.1.1 | lib/cloudflared/config.rb |