Class: SipgateIo::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/sipgate_io/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callback_urlObject

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_classObject

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_methodObject

Returns the value of attribute processor_method.



19
20
21
# File 'lib/sipgate_io/configuration.rb', line 19

def processor_method
  @processor_method
end