Class: MailganerClient::Configuration
- Inherits:
-
Object
- Object
- MailganerClient::Configuration
- Defined in:
- lib/mailganer_client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_key_web_portal ⇒ Object
Returns the value of attribute api_key_web_portal.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#host ⇒ Object
Returns the value of attribute host.
-
#smtp_login ⇒ Object
Returns the value of attribute smtp_login.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
44 45 46 |
# File 'lib/mailganer_client.rb', line 44 def api_key @api_key end |
#api_key_web_portal ⇒ Object
Returns the value of attribute api_key_web_portal.
44 45 46 |
# File 'lib/mailganer_client.rb', line 44 def api_key_web_portal @api_key_web_portal end |
#debug ⇒ Object
Returns the value of attribute debug.
44 45 46 |
# File 'lib/mailganer_client.rb', line 44 def debug @debug end |
#host ⇒ Object
Returns the value of attribute host.
44 45 46 |
# File 'lib/mailganer_client.rb', line 44 def host @host end |
#smtp_login ⇒ Object
Returns the value of attribute smtp_login.
44 45 46 |
# File 'lib/mailganer_client.rb', line 44 def smtp_login @smtp_login end |