Class: SipgateIo::Configuration
- Inherits:
-
Object
- Object
- SipgateIo::Configuration
- Defined in:
- lib/sipgate_io/configuration.rb
Instance Attribute Summary collapse
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#processor_class ⇒ Object
Returns the value of attribute processor_class.
-
#processor_method ⇒ Object
Returns the value of attribute processor_method.
Instance Attribute Details
#callback_url ⇒ Object
Returns the value of attribute callback_url.
19 20 21 |
# File 'lib/sipgate_io/configuration.rb', line 19 def callback_url @callback_url end |
#processor_class ⇒ Object
Returns the value of attribute processor_class.
19 20 21 |
# File 'lib/sipgate_io/configuration.rb', line 19 def processor_class @processor_class end |
#processor_method ⇒ Object
Returns the value of attribute processor_method.
19 20 21 |
# File 'lib/sipgate_io/configuration.rb', line 19 def processor_method @processor_method end |