Exception: Adhearsion::VoIP::DSL::Dialplan::ReturnValue

Inherits:
Exception
  • Object
show all
Defined in:
lib/adhearsion/voip/dsl/dialplan/dispatcher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(obj) ⇒ ReturnValue

Returns a new instance of ReturnValue.



8
9
10
11
# File 'lib/adhearsion/voip/dsl/dialplan/dispatcher.rb', line 8

def initialize(obj)
  @obj = obj
  super
end

Instance Attribute Details

#objObject (readonly)

Returns the value of attribute obj.



7
8
9
# File 'lib/adhearsion/voip/dsl/dialplan/dispatcher.rb', line 7

def obj
  @obj
end