Class: HanamiEmail

Inherits:
Object
  • Object
show all
Defined in:
lib/hanami_email.rb,
lib/hanami_email/version.rb

Defined Under Namespace

Classes: Alias, BaseRequest, NoHTTPResponseError, NonSuccessfulHTTPError, TimeoutError

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (HanamiEmail)

    the object that the method was called on



12
13
14
# File 'lib/hanami_email.rb', line 12

def self.configure
  yield self
end