Class: MessageMediaLookups::Configuration

Inherits:
Object
  • Object
show all
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

Class Attribute Details

.array_serializationObject

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_uriObject

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_passwordObject

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_nameObject

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_passwordObject

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_nameObject

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