Class: ShortMessage::Configuration
- Inherits:
-
Object
- Object
- ShortMessage::Configuration
- Defined in:
- lib/short_message/config.rb
Instance Attribute Summary collapse
-
#admin_notification_email ⇒ Object
Returns the value of attribute admin_notification_email.
-
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#callback_token ⇒ Object
Returns the value of attribute callback_token.
-
#default_mail_sender ⇒ Object
Returns the value of attribute default_mail_sender.
-
#default_sms_sender ⇒ Object
Returns the value of attribute default_sms_sender.
-
#dlr_mask ⇒ Object
Returns the value of attribute dlr_mask.
-
#dlr_url ⇒ Object
Returns the value of attribute dlr_url.
-
#open_timeout ⇒ Object
Returns the value of attribute open_timeout.
-
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
-
#reload_notification_email ⇒ Object
Returns the value of attribute reload_notification_email.
-
#response_format ⇒ Object
Returns the value of attribute response_format.
Instance Attribute Details
#admin_notification_email ⇒ Object
Returns the value of attribute admin_notification_email.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def admin_notification_email @admin_notification_email end |
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def api_base_url @api_base_url end |
#api_key ⇒ Object
Returns the value of attribute api_key.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def api_key @api_key end |
#callback_token ⇒ Object
Returns the value of attribute callback_token.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def callback_token @callback_token end |
#default_mail_sender ⇒ Object
Returns the value of attribute default_mail_sender.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def default_mail_sender @default_mail_sender end |
#default_sms_sender ⇒ Object
Returns the value of attribute default_sms_sender.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def default_sms_sender @default_sms_sender end |
#dlr_mask ⇒ Object
Returns the value of attribute dlr_mask.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def dlr_mask @dlr_mask end |
#dlr_url ⇒ Object
Returns the value of attribute dlr_url.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def dlr_url @dlr_url end |
#open_timeout ⇒ Object
Returns the value of attribute open_timeout.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def open_timeout @open_timeout end |
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def read_timeout @read_timeout end |
#reload_notification_email ⇒ Object
Returns the value of attribute reload_notification_email.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def reload_notification_email @reload_notification_email end |
#response_format ⇒ Object
Returns the value of attribute response_format.
11 12 13 |
# File 'lib/short_message/config.rb', line 11 def response_format @response_format end |