Module: Mailerooby
- Defined in:
- lib/mailerooby.rb,
lib/mailerooby/version.rb,
lib/mailerooby/email_sender.rb,
lib/mailerooby/email_verifier.rb,
lib/mailerooby/mailerooby_delivery_method.rb
Defined Under Namespace
Classes: BadRequestError, DeliveryError, EmailSender, EmailVerifier, Error, GeneralAPIError, UnauthorizedError, ValidationError
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.sending_api_key ⇒ Object
Returns the value of attribute sending_api_key.
-
.verifying_api_key ⇒ Object
Returns the value of attribute verifying_api_key.
Class Attribute Details
.sending_api_key ⇒ Object
Returns the value of attribute sending_api_key.
12 13 14 |
# File 'lib/mailerooby.rb', line 12 def sending_api_key @sending_api_key end |
.verifying_api_key ⇒ Object
Returns the value of attribute verifying_api_key.
12 13 14 |
# File 'lib/mailerooby.rb', line 12 def @verifying_api_key end |