Class: Paubox::Configuration
- Inherits:
-
Object
- Object
- Paubox::Configuration
- Defined in:
- lib/paubox.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_user ⇒ Object
Deprecated: api_user is no longer used by the Email API client.
-
#forms_api_key ⇒ Object
Returns the value of attribute forms_api_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
27 28 29 |
# File 'lib/paubox.rb', line 27 def api_key @api_key end |
#api_user ⇒ Object
Deprecated: api_user is no longer used by the Email API client. Kept only for backward compatibility; it has no effect on requests.
31 32 33 |
# File 'lib/paubox.rb', line 31 def api_user @api_user end |
#forms_api_key ⇒ Object
Returns the value of attribute forms_api_key.
27 28 29 |
# File 'lib/paubox.rb', line 27 def forms_api_key @forms_api_key end |