Class: MessageMediaMessages::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/message_media_messages/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.



31
32
33
# File 'lib/message_media_messages/configuration.rb', line 31

def array_serialization
  @array_serialization
end

.base_uriObject

Returns the value of attribute base_uri.



32
33
34
# File 'lib/message_media_messages/configuration.rb', line 32

def base_uri
  @base_uri
end

.basic_auth_passwordObject

Returns the value of attribute basic_auth_password.



34
35
36
# File 'lib/message_media_messages/configuration.rb', line 34

def basic_auth_password
  @basic_auth_password
end

.basic_auth_user_nameObject

Returns the value of attribute basic_auth_user_name.



33
34
35
# File 'lib/message_media_messages/configuration.rb', line 33

def basic_auth_user_name
  @basic_auth_user_name
end

.hmac_auth_passwordObject

Returns the value of attribute hmac_auth_password.



36
37
38
# File 'lib/message_media_messages/configuration.rb', line 36

def hmac_auth_password
  @hmac_auth_password
end

.hmac_auth_user_nameObject

Returns the value of attribute hmac_auth_user_name.



35
36
37
# File 'lib/message_media_messages/configuration.rb', line 35

def hmac_auth_user_name
  @hmac_auth_user_name
end