Exception: Adhearsion::VoIP::DSL::Dialplan::ReturnValue
- Defined in:
- lib/adhearsion/voip/dsl/dialplan/dispatcher.rb
Instance Attribute Summary collapse
-
#obj ⇒ Object
readonly
Returns the value of attribute obj.
Instance Method Summary collapse
-
#initialize(obj) ⇒ ReturnValue
constructor
A new instance of ReturnValue.
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
#obj ⇒ Object (readonly)
Returns the value of attribute obj.
7 8 9 |
# File 'lib/adhearsion/voip/dsl/dialplan/dispatcher.rb', line 7 def obj @obj end |