Class: EnMail::Adapters::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/enmail/adapters/base.rb

Direct Known Subclasses

GPGME, RNP

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Base

Returns a new instance of Base.



9
10
11
# File 'lib/enmail/adapters/base.rb', line 9

def initialize(options)
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



7
8
9
# File 'lib/enmail/adapters/base.rb', line 7

def options
  @options
end