Class: ArolitecSms::Configuration
- Inherits:
-
Object
- Object
- ArolitecSms::Configuration
- Defined in:
- lib/arolitec_sms/configuration.rb
Instance Attribute Summary collapse
-
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
-
#api_user_name ⇒ Object
Returns the value of attribute api_user_name.
-
#api_user_password ⇒ Object
Returns the value of attribute api_user_password.
-
#charset ⇒ Object
Returns the value of attribute charset.
-
#dlr_url ⇒ Object
Returns the value of attribute dlr_url.
-
#flash ⇒ Object
Returns the value of attribute flash.
-
#send_sms_endpoint ⇒ Object
Returns the value of attribute send_sms_endpoint.
Instance Attribute Details
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
3 4 5 |
# File 'lib/arolitec_sms/configuration.rb', line 3 def api_base_url @api_base_url end |
#api_user_name ⇒ Object
Returns the value of attribute api_user_name.
3 4 5 |
# File 'lib/arolitec_sms/configuration.rb', line 3 def api_user_name @api_user_name end |
#api_user_password ⇒ Object
Returns the value of attribute api_user_password.
3 4 5 |
# File 'lib/arolitec_sms/configuration.rb', line 3 def api_user_password @api_user_password end |
#charset ⇒ Object
Returns the value of attribute charset.
3 4 5 |
# File 'lib/arolitec_sms/configuration.rb', line 3 def charset @charset end |
#dlr_url ⇒ Object
Returns the value of attribute dlr_url.
3 4 5 |
# File 'lib/arolitec_sms/configuration.rb', line 3 def dlr_url @dlr_url end |
#flash ⇒ Object
Returns the value of attribute flash.
3 4 5 |
# File 'lib/arolitec_sms/configuration.rb', line 3 def flash @flash end |
#send_sms_endpoint ⇒ Object
Returns the value of attribute send_sms_endpoint.
3 4 5 |
# File 'lib/arolitec_sms/configuration.rb', line 3 def send_sms_endpoint @send_sms_endpoint end |