Sha256: 088db58d29a3458be2464d657cf3f2e7cb2ec9364efcb4d93897f7a87e975e91
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
# (c) Copyright 2018 Ribose Inc. # module EnMail module Adapters class Base attr_reader :options def initialize(options) @options = options end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enmail-0.2.1 | lib/enmail/adapters/base.rb |
enmail-0.2.0 | lib/enmail/adapters/base.rb |