Class: Paubox::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/paubox.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



27
28
29
# File 'lib/paubox.rb', line 27

def api_key
  @api_key
end

#api_userObject

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_keyObject

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