Sha256: e89f420a92993022091a47abbb02e4507f365aa1161ac07d9da5577e302fa1d6
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
module KashflowApi class Config attr_accessor :username, :password def initialize @loggers = true end def loggers=(i) HTTPI.log = i Savon.log = i end end end
Version data entries
4 entries across 4 versions & 1 rubygems