Class: MessageMediaLookups::Configuration
- Inherits:
-
Object
- Object
- MessageMediaLookups::Configuration
- Defined in:
- lib/message_media_lookups/configuration.rb
Overview
All configuration including auth info and base URI for the API access are configured in this class.
Class Attribute Summary collapse
-
.array_serialization ⇒ Object
Returns the value of attribute array_serialization.
-
.base_uri ⇒ Object
Returns the value of attribute base_uri.
-
.basic_auth_password ⇒ Object
Returns the value of attribute basic_auth_password.
-
.basic_auth_user_name ⇒ Object
Returns the value of attribute basic_auth_user_name.
-
.hmac_auth_password ⇒ Object
Returns the value of attribute hmac_auth_password.
-
.hmac_auth_user_name ⇒ Object
Returns the value of attribute hmac_auth_user_name.
Class Attribute Details
.array_serialization ⇒ Object
Returns the value of attribute array_serialization.
27 28 29 |
# File 'lib/message_media_lookups/configuration.rb', line 27 def array_serialization @array_serialization end |
.base_uri ⇒ Object
Returns the value of attribute base_uri.
28 29 30 |
# File 'lib/message_media_lookups/configuration.rb', line 28 def base_uri @base_uri end |
.basic_auth_password ⇒ Object
Returns the value of attribute basic_auth_password.
30 31 32 |
# File 'lib/message_media_lookups/configuration.rb', line 30 def basic_auth_password @basic_auth_password end |
.basic_auth_user_name ⇒ Object
Returns the value of attribute basic_auth_user_name.
29 30 31 |
# File 'lib/message_media_lookups/configuration.rb', line 29 def basic_auth_user_name @basic_auth_user_name end |
.hmac_auth_password ⇒ Object
Returns the value of attribute hmac_auth_password.
32 33 34 |
# File 'lib/message_media_lookups/configuration.rb', line 32 def hmac_auth_password @hmac_auth_password end |
.hmac_auth_user_name ⇒ Object
Returns the value of attribute hmac_auth_user_name.
31 32 33 |
# File 'lib/message_media_lookups/configuration.rb', line 31 def hmac_auth_user_name @hmac_auth_user_name end |