Class: MonkeyMail::Configuration
- Inherits:
-
Struct
- Object
- Struct
- MonkeyMail::Configuration
- Defined in:
- lib/monkey_mail.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#default_mail_parameters ⇒ Object
Returns the value of attribute default_mail_parameters.
-
#delivery_method ⇒ Object
Returns the value of attribute delivery_method.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#provider ⇒ Object
Returns the value of attribute provider.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
10 11 12 |
# File 'lib/monkey_mail.rb', line 10 def api_key @api_key end |
#default_mail_parameters ⇒ Object
Returns the value of attribute default_mail_parameters
10 11 12 |
# File 'lib/monkey_mail.rb', line 10 def default_mail_parameters @default_mail_parameters end |
#delivery_method ⇒ Object
Returns the value of attribute delivery_method
10 11 12 |
# File 'lib/monkey_mail.rb', line 10 def delivery_method @delivery_method end |
#domain ⇒ Object
Returns the value of attribute domain
10 11 12 |
# File 'lib/monkey_mail.rb', line 10 def domain @domain end |
#provider ⇒ Object
Returns the value of attribute provider
10 11 12 |
# File 'lib/monkey_mail.rb', line 10 def provider @provider end |