Class: ShortMessage::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/short_message/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_notification_emailObject

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_urlObject

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_keyObject

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_tokenObject

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_senderObject

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_senderObject

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_maskObject

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_urlObject

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_timeoutObject

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_timeoutObject

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_emailObject

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_formatObject

Returns the value of attribute response_format.



11
12
13
# File 'lib/short_message/config.rb', line 11

def response_format
  @response_format
end