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