Class: Mock::Bandwidth::Util::Configuration
- Inherits:
-
Object
- Object
- Mock::Bandwidth::Util::Configuration
- Defined in:
- lib/mock/bandwidth/util/configuration.rb
Instance Attribute Summary collapse
-
#disable_webhooks ⇒ Object
Returns the value of attribute disable_webhooks.
-
#webhook_message_status_url ⇒ Object
Returns the value of attribute webhook_message_status_url.
Instance Attribute Details
#disable_webhooks ⇒ Object
Returns the value of attribute disable_webhooks.
7 8 9 |
# File 'lib/mock/bandwidth/util/configuration.rb', line 7 def disable_webhooks @disable_webhooks end |
#webhook_message_status_url ⇒ Object
Returns the value of attribute webhook_message_status_url.
7 8 9 |
# File 'lib/mock/bandwidth/util/configuration.rb', line 7 def @webhook_message_status_url end |